Skip to content
Snippets Groups Projects
Commit 7d019624 authored by Jörn Stöhler's avatar Jörn Stöhler
Browse files

fix

parent f14fb520
Branches
Tags v1.5.4
No related merge requests found
......@@ -59,6 +59,7 @@ class FleurFolder:
if out_file is not None:
with open(os.path.join(self.path, out_file)) as f:
print(cmd)
subprocess.call(cmd, cwd=self.path, stdout=f)
else:
subprocess.call(cmd, cwd=self.path)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment