Skip to content

Commit

Permalink
Print os.listdir() and os.getcwd()
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Aug 5, 2022
1 parent 5e58bdb commit d1590f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/meson_git_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def simple_git_execution(args):
print("before write")
f.write(called.stdout.decode("utf8").strip())
print("before sys.exit")
print(os.listdir())
print(os.getcwd())
sys.exit(called.returncode)
except subprocess.CalledProcessError as e:
traceback.print_exc()
Expand Down

0 comments on commit d1590f6

Please sign in to comment.