Skip to content

Commit

Permalink
Merge pull request #1744 from kielnino/remove-unuses-mvs_tmp_dir
Browse files Browse the repository at this point in the history
Update comment on mvs_tmp_dir
  • Loading branch information
pierotofy authored Feb 1, 2024
2 parents ae50133 + 10947ec commit d9f77be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/mvstex.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def add_run(nvm_file, primary=True, band=None):

mvs_tmp_dir = os.path.join(r['out_dir'], 'tmp')

# Make sure tmp directory is empty
# mvstex creates a tmp directory, so make sure it is empty
if io.dir_exists(mvs_tmp_dir):
log.ODM_INFO("Removing old tmp directory {}".format(mvs_tmp_dir))
shutil.rmtree(mvs_tmp_dir)
Expand Down

0 comments on commit d9f77be

Please sign in to comment.