Fix trailing slash

This commit is contained in:
Neo 2020-12-21 22:56:20 +00:00
parent 7c1630288e
commit 5c509318dd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def rmdir(directory):
item.unlink()
directory.rmdir()
en_path = os.path.dirname(os.path.realpath(__file__)) + "/patches/magia-en-apk-assets"
en_path = os.path.dirname(os.path.realpath(__file__)) + "/patches/magia-en-apk-assets/"
jp_path = os.path.dirname(os.path.realpath(__file__)) + "/build/app/assets/package/"
print("EN Path: " + en_path)
print("JP Path: " + jp_path)