Skip to content

Commit

Permalink
upload Bohrium script run file (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Oct 20, 2023
1 parent b10f963 commit 7b5382e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dpdispatcher/dp_cloud_server_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def upload_job(self, job, common_files=None):

upload_file_list = [
job.script_file_name,
f"{job.script_file_name}.run",
]
upload_file_list.extend(common_files)

Expand Down
1 change: 1 addition & 0 deletions dpdispatcher/openapi_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def upload_job(self, job, common_files=None):

upload_file_list = [
job.script_file_name,
f"{job.script_file_name}.run",
]

upload_file_list.extend(common_files)
Expand Down

0 comments on commit 7b5382e

Please sign in to comment.