Skip to content

Commit

Permalink
fixup! Fix app path assertion in diagnose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tombruijn committed May 3, 2024
1 parent 03ac22e commit ace650f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.12.2
3.11.3
3.10.11
3.9.16
Expand Down
1 change: 1 addition & 0 deletions src/appsignal/cli/diagnose.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def init_parser(parser: ArgumentParser) -> None:
)

def run(self) -> int:
print(f"!!! working directory: {os.getcwd()}")
self.send_report = self.args.send_report
self.no_send_report = self.args.no_send_report

Expand Down
2 changes: 1 addition & 1 deletion tests/diagnose

0 comments on commit ace650f

Please sign in to comment.