Changeset 19522 for trunk/DataCheck


Ignore:
Timestamp:
05/28/19 11:41:36 (5 years ago)
Author:
Daniela Dorner
Message:
added runtype grb
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillAuxData.sh

    r18776 r19522  
    7575   if [ "$evaluation" = "" ]
    7676   then
    77       if [ $runtypekey -ne 1 ] #|| [ $sourcekey -gt 0 ] #doesn't work as sourcekey can be empty
     77      if [ $runtypekey -eq 1 ] || [ $runtypekey -eq 18 ] #|| [ $sourcekey -gt 0 ] #doesn't work as sourcekey can be empty
    7878      then
     79         printprocesslog "WARN empty evaluation of statistic ("$@") for run "$date" file "$rawfile
     80      else
    7981         printprocesslog "DEBUG empty evaluation of statistic ("$@") for run "$date" file "$rawfile
    80       else
    81          printprocesslog "WARN empty evaluation of statistic ("$@") for run "$date" file "$rawfile
    8282      fi
    8383   fi
Note: See TracChangeset for help on using the changeset viewer.