Skip to content

Commit

Permalink
job
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jul 3, 2019
1 parent 4117fa1 commit 6210e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/job/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def write_input_file(self):
self._upload_input_file()
else:
self.initial_time = get_last_modified_time(
file_path=os.path.join(self.local_path, input_filename[self.software]))
file_path=os.path.join(self.local_path, submit_filename[servers[self.server]['cluster_soft']]))
if self.checkfile is not None and os.path.isfile(self.checkfile):
self._upload_check_file(local_check_file_path=self.checkfile)

Expand Down

0 comments on commit 6210e05

Please sign in to comment.