Skip to content

Commit

Permalink
another print statement for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
christag-ni committed Feb 24, 2025
1 parent 520b4f3 commit 0ad9704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/codegen/validate_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def _system(command):
def _create_stage_dir(staging_dir):
initial_dir = getcwd()
print(f"{initial_dir}")
_system(rf"dir")
try:
rmtree(staging_dir, ignore_errors=True)
staging_dir.mkdir(parents=True)
Expand Down

0 comments on commit 0ad9704

Please sign in to comment.