Skip to content

Commit 7a6448e

Browse files
author
Vincent Berenz
committed
nightskycam-move-to-backup no longer failing on missing source
1 parent 019fae1 commit 7a6448e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nightskycam_images/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ def run(
15421542

15431543
except Exception as e:
15441544
logger.error(f"Error processing {item}: {e}")
1545-
raise # Fail-fast
1545+
continue
15461546

15471547
# Cleanup empty directories
15481548
if original_root is not None:

0 commit comments

Comments
 (0)