Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SijmenHuizenga committed Feb 10, 2021
1 parent 3445c08 commit 6695bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schedule/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,8 @@ def do(self, job_func: Callable, *args, **kwargs):
self._schedule_next_run()
if self.scheduler is None:
raise ScheduleError(
"Unable to a add job to schedule. Job is not associated with a scheduler."
"Unable to a add job to schedule. "
"Job is not associated with a scheduler."
)
self.scheduler.jobs.append(self)
return self
Expand Down

0 comments on commit 6695bc7

Please sign in to comment.