Changeset 16077


Ignore:
Timestamp:
05/23/13 12:09:56 (11 years ago)
Author:
tbretz
Message:
Removed the 'last measurement must be a SHUTDOWN' check. This is not usefull if only drscalibs are schedules and comes too late anyway.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Main.js

    r16051 r16077  
    688688    lastId = obs.id;
    689689
    690     if (nextObs==undefined && obs[obs.length-1].task!="SHUTDOWN")
    691         throw Error("Last scheduled measurement must be a shutdown.");
     690    //if (nextObs==undefined && obs[obs.length-1].task!="SHUTDOWN")
     691    //    throw Error("Last scheduled measurement must be a shutdown.");
    692692
    693693    // We are done with all measurement slots for this
Note: See TracChangeset for help on using the changeset viewer.