mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix make after hemtt pack (#8264)
This commit is contained in:
parent
750030c6f1
commit
b04b92c505
@ -366,7 +366,7 @@ def copy_important_files(source_dir,destination_dir):
|
||||
|
||||
|
||||
def copy_optionals_for_building(mod,pbos):
|
||||
src_directories = os.listdir(optionals_root)
|
||||
src_directories = next(os.walk(optionals_root))[1]
|
||||
current_dir = os.getcwd()
|
||||
|
||||
print_blue("\nChecking optionals folder...")
|
||||
|
Loading…
Reference in New Issue
Block a user