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