IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2007, 9:58:58 AM (19 years ago)
Author:
eugene
Message:

added process_cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r11545 r11546  
    239239  book setword $bookName $pageName state UNKNOWN_ERR
    240240end
     241
     242## XXX for the moment, remove all errors
     243macro process_cleanup
     244  if ($0 != 2)
     245    echo "USAGE: process_cleanup (bookname)"
     246    break
     247  end
     248
     249  book delpage $1 -key state DONE
     250  book delpage $1 -key state SYS_ERR
     251  book delpage $1 -key state DATA_ERR
     252  book delpage $1 -key state PROG_ERR
     253  book delpage $1 -key state CONFIG_ERR
     254  book delpage $1 -key state UNKNOWN_ERR
     255end
Note: See TracChangeset for help on using the changeset viewer.