mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-31 19:18:53 +01:00
Package.py indent fix
This commit is contained in:
parent
8ed565a0a8
commit
ce2a9d6f54
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user