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

fix issue #41 #68

Merged
merged 1 commit into from
Apr 2, 2020
Merged

fix issue #41 #68

merged 1 commit into from
Apr 2, 2020

Conversation

D4VID0x2
Copy link
Contributor

If a job is paused, when django tries to format the next run time, it receives None because it is paused.
This check displays the (paused) string in place of the next run time instead of causing AttributeError 'NoneType' object has no attribute 'strftime'

If a job is paused, when django tries to format the next run time, it receives None because it is paused.
This check displays the "(paused)" string in place of the next run time instead of causing AttributeError 'NoneType' object has no attribute 'strftime'
@jarekwg
Copy link
Collaborator

jarekwg commented Apr 2, 2020

Thanks!

@jarekwg jarekwg merged commit 38aa33e into jcass77:master Apr 2, 2020
@D4VID0x2 D4VID0x2 deleted the patch-1 branch August 26, 2020 13:31
@D4VID0x2 D4VID0x2 restored the patch-1 branch August 26, 2020 13:32
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

Successfully merging this pull request may close these issues.

2 participants