diff --git a/src/python/clawutil/test.py b/src/python/clawutil/test.py index 55fd5ad..45e2eef 100644 --- a/src/python/clawutil/test.py +++ b/src/python/clawutil/test.py @@ -215,12 +215,7 @@ def write_rundata_objects(self, path=None): if path is None: path = self.temp_path - # need to cwd b/c setrun.py files contain - # relative paths to topofiles and fgmax files - cwd = os.getcwd() - os.chdir(path) self.rundata.write(out_dir=path) - os.chdir(cwd) def run_code(self):