Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarga authored Jan 17, 2024
1 parent 7aa555c commit 104a54e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intezer_analyze_cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def upload_multiple_offline_endpoint_scans(offline_scans_root_directory: str,
for scan_dir in directories:
offline_scan_directory = os.path.join(offline_scans_root_directory, scan_dir)
try:
click.echo(f'Uploading scan: {scan_dir}')
upload_offline_endpoint_scan(offline_scan_directory, force)
success_number += 1
except Exception as e:
Expand Down

0 comments on commit 104a54e

Please sign in to comment.