Skip to content

Commit

Permalink
Update acquire/gui/base.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 f4ea453 commit 4bd0670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acquire/gui/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Stub(GUI):
def message(self, message: str) -> None:
pass

Check warning on line 92 in acquire/gui/base.py

View check run for this annotation

Codecov / codecov/patch

acquire/gui/base.py#L92

Added line #L92 was not covered by tests

def wait_for_start(self, args: Namespace) -> tuple(str, bool, bool):
def wait_for_start(self, args: Namespace) -> tuple[str, bool, bool]:
return args.output, args.auto_upload, False

Check warning on line 95 in acquire/gui/base.py

View check run for this annotation

Codecov / codecov/patch

acquire/gui/base.py#L95

Added line #L95 was not covered by tests

def wait_for_quit(self) -> None:
Expand Down

0 comments on commit 4bd0670

Please sign in to comment.