diff --git a/corrlib/toml.py b/corrlib/toml.py index 04e0937..94d12e7 100644 --- a/corrlib/toml.py +++ b/corrlib/toml.py @@ -69,8 +69,7 @@ def import_toml(path: str, file: str, copy_file: bool=True) -> None: else: measurement = sfcf.read_data(path, uuid, md['path'], md['prefix'], param, version=md['version'], cfg_seperator=md['cfg_seperator'], sep='/') - write_measurement(path, ensemble, measurement, uuid, - project['code'], md['param_file']) + write_measurement(path, ensemble, measurement, uuid, project['code'], md['param_file']) print(mname + " imported.") if not os.path.exists(os.path.join(path, "toml_imports", uuid)): os.makedirs(os.path.join(path, "toml_imports", uuid))