Skip to content

Commit

Permalink
Add debugging for running scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Apr 16, 2018
1 parent 4b82925 commit 472a982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/src/hypothesistooling/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@


def run_script(script, *args, **kwargs):
print(script, *map(shlex.quote, args))
return subprocess.check_call(
[os.path.join(SCRIPTS, script), *args], **kwargs
)
Expand Down

0 comments on commit 472a982

Please sign in to comment.