Skip to content

Commit

Permalink
Update acquire/acquire.py
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Schamper <[email protected]>
  • Loading branch information
cecinestpasunepipe and Schamper authored Feb 1, 2024
1 parent 361de14 commit 73ed2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ def acquire_target_regular(target: Target, args: argparse.Namespace, output_ts:
log.error("Error while running module %s", name, exc_info=True)
modules_failed[mod.__name__] = get_formatted_exception()

Check warning on line 2042 in acquire/acquire.py

View check run for this annotation

Codecov / codecov/patch

acquire/acquire.py#L2042

Added line #L2042 was not covered by tests
acquire_gui.progress = (acquire_gui.shard / len(modules_selected)) * count
acquire_gui.progress = (acquire_gui.shard // len(modules_selected)) * count
count += 1

Check warning on line 2045 in acquire/acquire.py

View check run for this annotation

Codecov / codecov/patch

acquire/acquire.py#L2045

Added line #L2045 was not covered by tests
log.info("")
Expand Down

0 comments on commit 73ed2f1

Please sign in to comment.