IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11545


Ignore:
Timestamp:
Feb 1, 2007, 8:24:13 AM (19 years ago)
Author:
eugene
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r11536 r11545  
    5151  controller host add po21
    5252  controller host add po22
    53   controller host add po23
     53# controller host add po23
    5454  controller host add po24
    5555end
     
    213213  # failure related to the data files
    214214  if ($exitCode == $EXIT_SYS_ERR)
    215     stop
     215    # stop
    216216    showcommand "system failure"
    217217    book setword $bookName $pageName state SYS_ERR
     
    221221  # failure related to the data files
    222222  if ($exitCode == $EXIT_CONFIG_ERR)
    223     stop
     223    # stop
    224224    showcommand "config error"
    225225    book setword $bookName $pageName state CONFIG_ERR
     
    229229  # failure related to the data files
    230230  if ($exitCode == $EXIT_PROG_ERR)
    231     stop
     231    # stop
    232232    showcommand "programming error"
    233233    book setword $bookName $pageName state PROG_ERR
Note: See TracChangeset for help on using the changeset viewer.