Skip to content

Commit

Permalink
Remove reference to old function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Oct 27, 2023
1 parent 2e5b92e commit 7553e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/util/stixhelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def get_stix_memory_stores():
# Download json from http or https
stix_filename = f"{stix_output_dir}/{domain['name']}.json"
if domain["location"].startswith("http"):
download_stix_file(url=domain["location"], download_dir=stix_output_dir, filepath=stix_filename)
download_stix_file(url=domain["location"], filepath=stix_filename)
else:
shutil.copy(domain["location"], str(stix_filename))

Expand Down

0 comments on commit 7553e6c

Please sign in to comment.