Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_pending() error in python 3.6 #138

Closed
freeyssu opened this issue Apr 19, 2017 · 2 comments
Closed

run_pending() error in python 3.6 #138

freeyssu opened this issue Apr 19, 2017 · 2 comments

Comments

@freeyssu
Copy link

Hello guys.

I'd like to use your schedule for my program with python 3.6.

When I try to use the schedule.run_pending() after set my periodic jobs, below error occurred.

init.py", line 368, in should_run
return datetime.datetime.now() >= self.next_run
TypeError: '>=' not supported between instances of 'datetime.datetime' and 'NoneType'

Could you check it?

@cuongnv23
Copy link
Contributor

seems duplicated with #125

@dbader
Copy link
Owner

dbader commented Jun 11, 2017

Thanks! Closing this as a dupe—see #125.

@dbader dbader closed this as completed Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants