diff --git a/cal_tools/cal_tools/cal_tools.py b/cal_tools/cal_tools/cal_tools.py index d3ee7d703a2a60f4fa16e36cb1f8a351997c9edd..9474d14dea36a19cd566b035917189106874c274 100644 --- a/cal_tools/cal_tools/cal_tools.py +++ b/cal_tools/cal_tools/cal_tools.py @@ -116,7 +116,7 @@ def make_report(run_path, tmp_path, out_path, project, author, version): print(f) shutil.copy(f, out_path) print("Removing temporary files at: {}".format(tmp_path)) - #shutil.rmtree(tmp_path) +# shutil.rmtree(tmp_path) def finalize(joblist, run_path, out_path, project, calibration, author, version): @@ -264,4 +264,4 @@ def get_dir_creation_date(directory, run): creation_time = os.stat("{}/r{:04d}".format(directory, run)).st_ctime creation_time = datetime.datetime.fromtimestamp(creation_time) return(creation_time) - \ No newline at end of file +