Changeset 19522
- Timestamp:
- 05/28/19 11:41:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillAuxData.sh
r18776 r19522 75 75 if [ "$evaluation" = "" ] 76 76 then 77 if [ $runtypekey - ne 1] #|| [ $sourcekey -gt 0 ] #doesn't work as sourcekey can be empty77 if [ $runtypekey -eq 1 ] || [ $runtypekey -eq 18 ] #|| [ $sourcekey -gt 0 ] #doesn't work as sourcekey can be empty 78 78 then 79 printprocesslog "WARN empty evaluation of statistic ("$@") for run "$date" file "$rawfile 80 else 79 81 printprocesslog "DEBUG empty evaluation of statistic ("$@") for run "$date" file "$rawfile 80 else81 printprocesslog "WARN empty evaluation of statistic ("$@") for run "$date" file "$rawfile82 82 fi 83 83 fi
Note:
See TracChangeset
for help on using the changeset viewer.