Skip to content

Commit

Permalink
Error prevention improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitro4542 committed May 29, 2023
1 parent 8575e48 commit 4b63866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/remove-mods.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
# Check configuration
if args.mc_directory != None:
if os.path.isdir(args.mc_directory) != True:
print("The source path isn't valid or doesn't exist.")
print("The minecraft path isn't valid or doesn't exist.")
quit()
elif args.mc_directory == None:
if config.get('Paths','minecraft-mod-folder') != "default":

0 comments on commit 4b63866

Please sign in to comment.