Skip to content

Commit 53bef76

Browse files
committed
change archive existence check
1 parent f04d259 commit 53bef76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jhu/delphi_jhu/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run_module():
7676
__name__, filename=params["common"].get("log_filename"),
7777
log_exceptions=params["common"].get("log_exceptions", True))
7878

79-
if params["archive"]:
79+
if "archive" in params:
8080
arch_diff = S3ArchiveDiffer(
8181
params["archive"]["cache_dir"],
8282
export_dir,

0 commit comments

Comments
 (0)