diff options
author | Dylan Jones <dylanjones2011@gmail.com> | 2020-11-21 22:15:45 -0500 |
---|---|---|
committer | Dylan Jones <dylanjones2011@gmail.com> | 2020-11-21 22:15:45 -0500 |
commit | 72f5241ed6a0e99ad7681d8ccb496a9bd28373c6 (patch) | |
tree | 68eb02a9919c609aa2bfaeb59766ccb1fefbcc2d /update.py | |
parent | b3143d05ded23bc09cf960f73b4f2fa6c390b4a7 (diff) | |
download | modpackman-72f5241ed6a0e99ad7681d8ccb496a9bd28373c6.tar.gz modpackman-72f5241ed6a0e99ad7681d8ccb496a9bd28373c6.zip |
First iteration, no controversial mods
Diffstat (limited to 'update.py')
-rwxr-xr-x | update.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ if __name__ == "__main__": args.pack_location = f.read().strip() if not os.path.exists(args.version_file): - print("Error: version file\"" + args.version_file + "\" does not exist.") + print("Error: version file \"" + args.version_file + "\" does not exist.") parser.print_help() sys.exit(1) if not os.path.exists(args.pack_location): |