Fix var name messup

This commit is contained in:
LexManos 2012-12-13 00:22:30 -08:00
parent 60b6913a87
commit 70b9cd6e1f
1 changed files with 1 additions and 1 deletions

View File

@ -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')):
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)
if not os.path.isdir(mcp_eclipse) and os.path.isdir(os.path.join(fml_dir, 'eclipse')):