removed dup code that is ugly and horrible
This commit is contained in:
@@ -36,7 +36,7 @@ def step_recon():
|
||||
|
||||
def method_create():
|
||||
try:
|
||||
arg = globals()["step_" + args.step]#arg = eval("step_" + args.step)
|
||||
arg = globals()["step_" + args.step]
|
||||
return arg
|
||||
except KeyError:
|
||||
print("That step does not exist")
|
||||
|
||||
Reference in New Issue
Block a user