Skip to content

Commit

Permalink
fixing incomplete sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanElsaban committed May 1, 2024
1 parent d1a9431 commit 97b104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron/core/job_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def restore_state(self, job_state_data, config_action_runner):
self.job.runs.runs.extend(job_runs)
log.info(f"{self} restored")

# Tron will recover any action run that has UNKNOWN status and k
# Tron will recover any action run that has UNKNOWN status
# and will start connecting to task_proc
recovery.launch_recovery_actionruns_for_job_runs(
job_runs=job_runs,
Expand Down

0 comments on commit 97b104a

Please sign in to comment.