Index: trunk/DataCheck/Processing/JobManager.sh
===================================================================
--- trunk/DataCheck/Processing/JobManager.sh	(revision 14830)
+++ trunk/DataCheck/Processing/JobManager.sh	(revision 14831)
@@ -297,4 +297,11 @@
       fi
 
+      # set $tosubmit to 1 if something is 'qw', because in this case 
+      #   only one line for several jobs might be shown
+      if [ ${idlescript[$i]} -gt 0 ] # && [ "$step" == "Callisto" ]
+      then 
+         tosubmit=1
+      fi
+      echo "tosubmit: "$tosubmit
       # submit $tosubmit scripts to queuing system
       #tosubmit=1 #workaround for test on fact cluster
@@ -308,4 +315,5 @@
          sleepawhile "error"
       fi
+      echo ""
    done
    sleepawhile "ok"
