mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Fix helper script.
This commit is contained in:
parent
260c8691da
commit
1e18869a59
@ -597,12 +597,6 @@ if env['a']:
|
||||
if env['t']:
|
||||
target = env['t']
|
||||
|
||||
if not os.path.isdir('./modules'):
|
||||
os.mkdir('./modules')
|
||||
|
||||
if len(module_config.module_repositories) > 0 and not os.path.isdir(module_config.module_install_folder):
|
||||
os.mkdir(module_config.module_install_folder)
|
||||
|
||||
if 'm' in action:
|
||||
engine_branch = 'master'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user