File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,10 +224,10 @@ def launch_gainsel_for_data_run(
224224 else :
225225 log .warning (f"Gain selection failed for run { run_id :05d} .{ subrun :04d} " )
226226 elif gainsel_rc == "0" :
227- log .debug (f"Gain selection finished successfully for run { run_id :05d} .{ subrun :04d} ,"
227+ log .debug (f"Gain selection finished successfully for run { run_id :05d} .{ subrun :04d} , "
228228 "no additional jobs will be submitted for this subrun." )
229229 else :
230- log .debug ("Creating and launching the gain selection sbatch script for subrun {run_id:05d}.{subrun:04d}" )
230+ log .debug (f "Creating and launching the gain selection sbatch script for subrun { run_id :05d} .{ subrun :04d} " )
231231 if not simulate :
232232 log_file = log_dir / f"r0_to_r0g_{ run_id :05d} .{ subrun :04d} .log"
233233 job_file = log_dir / f"gain_selection_{ run_id :05d} .{ subrun :04d} .sh"
You can’t perform that action at this time.
0 commit comments