You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('forward', nargs=argparse.REMAINDER) # forward args passed to actual workflow creation
317
316
args=parser.parse_args()
318
317
print (args)
@@ -399,14 +398,12 @@ def main():
399
398
# we finally pass forward to the unanchored MC workflow creation
400
399
# TODO: this needs to be done in a pythonic way clearly
401
400
# NOTE: forwardargs can - in principle - contain some of the arguments that are appended here. However, the last passed argument wins, so they would be overwritten.
0 commit comments