Changeset 5920


Ignore:
Timestamp:
09/16/21 14:37:46 (3 years ago)
Author:
omamce
Message:

O.M. : small typo correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/update_xml.py

    r5916 r5920  
    7373if Key != None and Value == None : 
    7474    print ( "Error. When -k|--key=<key> is specified, you must specify -v|--value=<xml_value>" ) 
    75     sys.exit -1) 
     75    sys.exit (-1) 
    7676 
    7777if FileOut == None : FileOut = FileIn 
Note: See TracChangeset for help on using the changeset viewer.