Skip to content

Commit

Permalink
I always forget about changing everything :/
Browse files Browse the repository at this point in the history
  • Loading branch information
txomon committed Apr 28, 2016
1 parent a267e60 commit b0f75dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apscheduler/executors/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def job_runtime(job, run_times, logger_name, jobstore_alias, run_job_func=run_jo
run_time))
logger.warning('Run time of job "%s" was missed by %s', job, difference)
continue
events.append(run_job_func(job, run_time, logger_name))
events.append(run_job_func(job, run_time, logger_name, jobstore_alias))

logger.info('Running job "%s" (scheduled at %s)', job, run_time)

Expand Down

0 comments on commit b0f75dc

Please sign in to comment.