Skip to content

Commit

Permalink
minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jul 11, 2023
1 parent a4dc807 commit 7e0fad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervisor/job_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def create_job_object(self, run, job_type, job_details):
resources['limits'].update({'cpu': cpus_limit})

# remove any empty elements. this becomes important when setting the pod into a loop
# see get_base_command_line() in the supervisor code
# see get_base_command_line() in the job supervisor code
if '' in new_cmd_list:
new_cmd_list.remove('')

Expand Down

0 comments on commit 7e0fad4

Please sign in to comment.