Skip to content

Commit c0bbca4

Browse files
committed
Replace check command squeue -l with squeue --format
1 parent b0da560 commit c0bbca4

File tree

1 file changed

+1
-1
lines changed
  • Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/R

1 file changed

+1
-1
lines changed

Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/R/sideFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4515,7 +4515,7 @@ dictionary2listConvert = function(x) {
45154515
}
45164516

45174517

4518-
waitTillCommandFinish = function(checkcommand = 'squeue -l --Format Name',
4518+
waitTillCommandFinish = function(checkcommand = 'squeue --format="%A %.30j"',
45194519
WaitIfTheOutputContains = 'impc_stats_pipeline_job',
45204520
WaitBeforeRetrySec = 60,
45214521
ignoreline = 0,

0 commit comments

Comments
 (0)