IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2014, 4:39:47 PM (12 years ago)
Author:
eugene
Message:

quotes around obsmode string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/publish_file.pl

    r36839 r37411  
    420420    $command .= " -version " . $data->{output_format} if defined $data->{output_format};
    421421    $command .= " -comment \"" . $data->{comment} . "\"" if defined $data->{comment};
    422     $command .= " -obsmode " . $data->{obsmode} if defined $data->{obsmode};
     422    $command .= " -obsmode \"" . $data->{obsmode} . "\"" if defined $data->{obsmode};
    423423    $command .= " -difftype " . $data->{difftype} if defined $data->{difftype};
    424424    $command .= " -sky " . $data->{sky} if defined $data->{sky};
Note: See TracChangeset for help on using the changeset viewer.