IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18414 for trunk/ippTasks


Ignore:
Timestamp:
Jul 3, 2008, 11:37:43 AM (18 years ago)
Author:
Paul Price
Message:

Attempt to trap NULL workdir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r18105 r18414  
    324324  $varname = $5
    325325
     326  if ("$template" == "NULL")
     327    $varname = $workdir_template
     328    echo "WARNING: WORKDIR template not set.  Defaulting to $workdir_template"
     329    break
     330  end
     331
    326332  # missing camera and/or chiphosts table results in host = NULL
    327333  book getword chiphosts $camera $classID -var host
Note: See TracChangeset for help on using the changeset viewer.