diff --git a/Scripts/Package.py b/Scripts/Package.py index 099ff49..83df9cb 100644 --- a/Scripts/Package.py +++ b/Scripts/Package.py @@ -84,7 +84,7 @@ if args.build == 'full': copytree(common_path, output_path) copytree(os_path, output_path) - mkdir_p(os.path.join(output_path, 'meta', 'mamelist')) + mkdir_p(os.path.join(output_path, 'meta', 'mamelist')) dirs = [d for d in os.listdir(collection_path) if os.path.isdir(os.path.join(collection_path, d))] for collection in dirs: