Skip to content

Commit

Permalink
rename Toolspy
Browse files Browse the repository at this point in the history
  • Loading branch information
StFroese committed Jul 13, 2023
1 parent 5810bbc commit efd03fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def finish(self):

######################################################################
try:
tool2.run(argv=["--config", "Tools.json"])
tool2.run(argv=["--config", "config.json"])
except SystemExit as e:
assert e.code == 0, f"Tool returned with error status {e}"

Expand Down
File renamed without changes.

0 comments on commit efd03fc

Please sign in to comment.