From 72f5241ed6a0e99ad7681d8ccb496a9bd28373c6 Mon Sep 17 00:00:00 2001 From: Dylan Jones Date: Sat, 21 Nov 2020 22:15:45 -0500 Subject: First iteration, no controversial mods --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.py') diff --git a/update.py b/update.py index a7d3ab2..f954e4c 100755 --- a/update.py +++ b/update.py @@ -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): -- cgit v1.2.3