Skip to content

Commit

Permalink
removing commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Apr 5, 2024
1 parent 7176c3a commit e44b2ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/staging/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,6 @@ def final_staging(self, run_id: str, run_dir: str, staging_type: StagingType) ->

# remove all directories from the run (leaving the archive file)
[shutil.rmtree(data_dir, ignore_errors=True) for data_dir in glob.glob(f'{run_dir}/**/')]

# for item in glob.glob(f'{run_dir}/**/'):
# self.logger.info(f'dir %s in %s/**/ deleted', item, run_dir)

else:
ret_val = ReturnCodes.ERROR_NO_RUN_DIR
except Exception:
Expand Down

0 comments on commit e44b2ab

Please sign in to comment.