Skip to content

Commit

Permalink
Resolves #816.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Sep 3, 2024
1 parent d70e8b5 commit 8fe842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench
Original file line number Diff line number Diff line change
Expand Up @@ -3517,7 +3517,7 @@ check_integration_module_version(config)
validate_input_dir(config)

# Unzip (and fetch if remote) input data zip archives.
if len(config["input_data_zip_archives"]) > 0:
if len(config["input_data_zip_archives"]) > 0 and config["nodes_only"] is not True:
for input_data_zip_archive in config["input_data_zip_archives"]:
if input_data_zip_archive.lower().startswith("http"):
downloaded_zip_file_path = download_remote_archive_file(
Expand Down

0 comments on commit 8fe842c

Please sign in to comment.