Update localization_log_gamma_model.py
This commit is contained in:
parent
eb5239a261
commit
5b83cbfad3
|
|
@ -204,8 +204,4 @@ if __name__ == '__main__':
|
||||||
print("file {} not exit".format(args.filepath))
|
print("file {} not exit".format(args.filepath))
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
if args.outputfile and not touch(args.outputfile):
|
|
||||||
print("cannot create file {}".format(args.outputfile))
|
|
||||||
sys.exit()
|
|
||||||
|
|
||||||
main(args)
|
main(args)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue