comparison toolfactory/rgToolFactory2.py @ 124:f267ed4a3026 draft

Uploaded
author fubar
date Fri, 08 Jan 2021 06:57:35 +0000
parents c763ae9237ca
children def0f754ee1b
comparison
equal deleted inserted replaced
123:0566e2ee9789 124:f267ed4a3026
403 # --output_files "$otab.history_name~~~$otab.history_format~~~$otab.history_CL~~~$otab.history_test" 403 # --output_files "$otab.history_name~~~$otab.history_format~~~$otab.history_CL~~~$otab.history_test"
404 newname, newfmt, newcl, test, oldcl = p 404 newname, newfmt, newcl, test, oldcl = p
405 test = test.strip() 405 test = test.strip()
406 ndash = self.getNdash(newcl) 406 ndash = self.getNdash(newcl)
407 aparm = gxtp.OutputData( 407 aparm = gxtp.OutputData(
408 name=newname, format=newfmt, num_dashes=ndash, label=newcl 408 name=newname, format=newfmt, num_dashes=ndash, label=newname
409 ) 409 )
410 aparm.positional = self.is_positional 410 aparm.positional = self.is_positional
411 if self.is_positional: 411 if self.is_positional:
412 if oldcl.upper() == "STDOUT": 412 if oldcl.upper() == "STDOUT":
413 aparm.positional = 9999999 413 aparm.positional = 9999999