Skip to content

Commit

Permalink
upgrade pyre version in fbcode/tools - batch 4
Browse files Browse the repository at this point in the history
Differential Revision: D60991505

fbshipit-source-id: ea8d35aa80275d2bff5be53f5b571d42cf93efa9
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Aug 9, 2024
1 parent 21a0057 commit b4bdf1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapp/tests/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,6 @@ def assert_successful_exit(r: Result) -> None:
assert r.exit_code == 0, (
f"Command did not exit successfully: {r}\n"
+ f"Command output:\n{r.stdout}\n"
# pyre-fixme[32]: Variable argument must be an iterable.
+ f"{os.linesep.join(traceback.format_exception(*r.exc_info))}"
)

0 comments on commit b4bdf1c

Please sign in to comment.