Mercurial > repos > fubar > tool_factory_docker
comparison toolfactory_docker/rgToolFactory2.py @ 5:f17a2b1972f1 draft
Uploaded
author | fubar |
---|---|
date | Fri, 08 Jan 2021 06:58:02 +0000 |
parents | 12331d91c4ad |
children | 482386d6cc43 |
comparison
equal
deleted
inserted
replaced
4:b4985006fb05 | 5:f17a2b1972f1 |
---|---|
421 ): # --output_files "$otab.history_name~~~$otab.history_format~~~$otab.history_CL~~~$otab.history_test" | 421 ): # --output_files "$otab.history_name~~~$otab.history_format~~~$otab.history_CL~~~$otab.history_test" |
422 newname, newfmt, newcl, test, oldcl = p | 422 newname, newfmt, newcl, test, oldcl = p |
423 test = test.strip() | 423 test = test.strip() |
424 ndash = self.getNdash(newcl) | 424 ndash = self.getNdash(newcl) |
425 aparm = gxtp.OutputData( | 425 aparm = gxtp.OutputData( |
426 name=newname, format=newfmt, num_dashes=ndash, label=newcl | 426 name=newname, format=newfmt, num_dashes=ndash, label=newname |
427 ) | 427 ) |
428 aparm.positional = self.is_positional | 428 aparm.positional = self.is_positional |
429 if self.is_positional: | 429 if self.is_positional: |
430 if oldcl.upper() == "STDOUT": | 430 if oldcl.upper() == "STDOUT": |
431 aparm.positional = 9999999 | 431 aparm.positional = 9999999 |