Skip to content

Commit

Permalink
Update helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedashrraf committed May 12, 2023
1 parent 42ad85f commit 1d125e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ivy_builder_tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def remove_dirs(base_dir=None):
if base_dir is None:
base_dir = os.getcwd()
tune_present = False
print(os.getcwd())
tune_path = os.path.join(base_dir, "ivy_builder_tests/")
shutil.rmtree(os.path.join(base_dir, "log"), ignore_errors=True)
shutil.rmtree(os.path.join(base_dir, "chkpt"), ignore_errors=True)
Expand Down

0 comments on commit 1d125e5

Please sign in to comment.