removed dup code that is ugly and horrible

This commit is contained in:
cktricky
2018-04-06 00:07:20 -10:00
parent 7ff5319252
commit 6ba2f12cab

View File

@@ -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")