Fix var name messup
This commit is contained in:
parent
60b6913a87
commit
70b9cd6e1f
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ def setup_mcp(fml_dir, mcp_dir, dont_gen_conf=True):
|
||||||
if not os.path.isfile(os.path.join(fml_dir, 'fmlbuild.properties-sample')):
|
if not os.path.isfile(os.path.join(fml_dir, 'fmlbuild.properties-sample')):
|
||||||
mcp_eclipse = os.path.join(mcp_dir, 'eclipse')
|
mcp_eclipse = os.path.join(mcp_dir, 'eclipse')
|
||||||
|
|
||||||
if os.path.isdir(os.path.join(mcp_eclipse, 'Client')) and os.path.isdir(os.path.join(eclipse_dir, 'Server')):
|
if os.path.isdir(os.path.join(mcp_eclipse, 'Client')) and os.path.isdir(os.path.join(mcp_eclipse, 'Server')):
|
||||||
shutil.rmtree(mcp_eclipse)
|
shutil.rmtree(mcp_eclipse)
|
||||||
|
|
||||||
if not os.path.isdir(mcp_eclipse) and os.path.isdir(os.path.join(fml_dir, 'eclipse')):
|
if not os.path.isdir(mcp_eclipse) and os.path.isdir(os.path.join(fml_dir, 'eclipse')):
|
||||||
|
|
Loading…
Reference in a new issue