diff --git a/fml/install/fml.py b/fml/install/fml.py index 82e0dae61..9e7cfd33b 100644 --- a/fml/install/fml.py +++ b/fml/install/fml.py @@ -386,9 +386,9 @@ def finish_setup_fml(fml_dir, mcp_dir): from runtime.updatemcp import updatemcp os.chdir(mcp_dir) - updatenames(None, True) + updatenames(None, True, False, False) reset_logger() - updatemd5(None, True) + updatemd5(None, True, False, False) reset_logger() os.chdir(fml_dir)