mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-01-02 16:29:35 +01:00
Fix helper script.
This commit is contained in:
parent
260c8691da
commit
1e18869a59
@ -597,12 +597,6 @@ if env['a']:
|
|||||||
if env['t']:
|
if env['t']:
|
||||||
target = 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:
|
if 'm' in action:
|
||||||
engine_branch = 'master'
|
engine_branch = 'master'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user