Small derp in install.py
This commit is contained in:
parent
d583a760ec
commit
e334a469fb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
if not options.mcp_dir is None:
|
if not options.mcp_dir is None:
|
||||||
fml_main(fml_dir, os.path.abspath(options.mcp_dir))
|
fml_main(fml_dir, os.path.abspath(options.mcp_dir))
|
||||||
if not os.path.isfile(os.path.join('..', 'runtime', 'commands.py')):
|
elif os.path.isfile(os.path.join('..', 'runtime', 'commands.py')):
|
||||||
fml_main(fml_dir, os.path.abspath('..'))
|
fml_main(fml_dir, os.path.abspath('..'))
|
||||||
else:
|
else:
|
||||||
fml_main(fml_dir, os.path.abspath('mcp'))
|
fml_main(fml_dir, os.path.abspath('mcp'))
|
Loading…
Reference in a new issue