We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a34285 commit d35b0faCopy full SHA for d35b0fa
1 file changed
src/dlstbx/cli/archive_ancient_visits.py
@@ -206,6 +206,7 @@ def run():
206
".gridscan",
207
".xml",
208
} # legacy files that aren't removed when a visit is archived
209
+ and f.name != "snapshots"
210
]
211
if len(files):
212
break
0 commit comments