Update localization_log_gamma_model.py

This commit is contained in:
HappyZ 2019-06-07 10:32:48 -05:00
parent eb5239a261
commit 5b83cbfad3
1 changed files with 0 additions and 4 deletions

View File

@ -204,8 +204,4 @@ if __name__ == '__main__':
print("file {} not exit".format(args.filepath))
sys.exit()
if args.outputfile and not touch(args.outputfile):
print("cannot create file {}".format(args.outputfile))
sys.exit()
main(args)