remove sys.exit()
This commit is contained in:
parent
f4c8e23ea2
commit
66d49c001b
@ -29,7 +29,6 @@ def parse_args(argv =None):
|
|||||||
global args
|
global args
|
||||||
args = parser.parse_args(argv)
|
args = parser.parse_args(argv)
|
||||||
print(args)
|
print(args)
|
||||||
sys.exit()
|
|
||||||
|
|
||||||
def background(f):
|
def background(f):
|
||||||
def wrapped(*args, **kwargs):
|
def wrapped(*args, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user