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

add comments to the Crontab class in crontab.py and the Command class in management/commands/crontab.py #48

Merged
merged 2 commits into from
Mar 10, 2017

Conversation

jiangmf
Copy link
Contributor

@jiangmf jiangmf commented Mar 8, 2017

Added comments to improve code clarity and maintainability.

(This pull request is created as a part of an assignment for the course COMPSCI 3I03 at McMaster University)

… class in `management/commands/crontab.py`
@kraiz
Copy link
Owner

kraiz commented Mar 9, 2017

Hey @jiangmf, thanks for your comments but as you can see they fail to comply the pep8 rules. With just some additional spaces i'll gracefully merge them :)

You should be able to run the test locally with:

$ pip install flake8
$ flake8 django_crontab --ignore=E501

@coveralls
Copy link

coveralls commented Mar 10, 2017

Coverage Status

Coverage remained the same at 89.865% when pulling 10ab1ca on jiangmf:master into a338fee on kraiz:master.

@jiangmf
Copy link
Contributor Author

jiangmf commented Mar 10, 2017

fixed!

@kraiz kraiz merged commit eae9385 into kraiz:master Mar 10, 2017
@kraiz
Copy link
Owner

kraiz commented Mar 10, 2017

Thanks!

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.

None yet

3 participants