Skip to content

Commit 718d768

Browse files
committed
fix bugs in scheduler
1 parent 4b3ceb3 commit 718d768

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

calphy/scheduler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ def write_script(self, outfile):
190190
"""
191191
Write the script file
192192
"""
193+
jobout = ".".join([outfile, "out"])
194+
joberr = ".".join([outfile, "err"])
195+
193196
with open(outfile, "w") as fout:
194197
fout.write(self.queueoptions["header"])
195198
fout.write("\n")

0 commit comments

Comments
 (0)