From e334a469fb919751796931f5ddb1f84bdcfed79f Mon Sep 17 00:00:00 2001 From: LexManos Date: Sun, 2 Dec 2012 20:26:36 -0800 Subject: [PATCH] Small derp in install.py --- fml/install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fml/install/install.py b/fml/install/install.py index bb22a593c..5971c78af 100644 --- a/fml/install/install.py +++ b/fml/install/install.py @@ -20,7 +20,7 @@ if __name__ == '__main__': if not options.mcp_dir is None: 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('..')) else: fml_main(fml_dir, os.path.abspath('mcp')) \ No newline at end of file