Skip to content

Commit

Permalink
added 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 1542da9 commit 520b4f3
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 @@ -30,6 +30,7 @@ def _system(command):
@contextmanager
def _create_stage_dir(staging_dir):
initial_dir = getcwd()
print(f"{initial_dir}")
try:
rmtree(staging_dir, ignore_errors=True)
staging_dir.mkdir(parents=True)
Expand Down

0 comments on commit 520b4f3

Please sign in to comment.