Skip to content

Commit d35b0fa

Browse files
committed
archive_ancient_visits: Fix I03
Hyperion adds a new directory that was preventing archiving
1 parent 7a34285 commit d35b0fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dlstbx/cli/archive_ancient_visits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def run():
206206
".gridscan",
207207
".xml",
208208
} # legacy files that aren't removed when a visit is archived
209+
and f.name != "snapshots"
209210
]
210211
if len(files):
211212
break

0 commit comments

Comments
 (0)