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 schedule output after adding enums #29

Closed
geckon opened this issue May 4, 2018 · 1 comment
Closed

Fix schedule output after adding enums #29

geckon opened this issue May 4, 2018 · 1 comment
Assignees
Labels

Comments

@geckon
Copy link
Owner

geckon commented May 4, 2018

After implementing #25 the schedule command's output doesn't look very pretty. The way of displaying
game type and game status needs to be improved.

$ ./hocke.py schedule
Schedule for 2018-05-04
GameType.PLAYOFFS   Tampa Bay Lightning @ Boston Bruins         01:00 CEST     (GameStatus.SCHEDULED)
GameType.PLAYOFFS       San Jose Sharks @ Vegas Golden Knights  04:00 CEST     (GameStatus.SCHEDULED)
@geckon geckon added the bug label May 4, 2018
@geckon geckon self-assigned this May 4, 2018
@geckon
Copy link
Owner Author

geckon commented May 4, 2018

Fixed by #30

@geckon geckon closed this as completed May 4, 2018
geckon added a commit that referenced this issue May 4, 2018
Fix for #29 introduced two pylint "errors" which I believe are bugs in
pylint though. The latest pylint version 1.8.4 doesn't help though and
so I reported two issues to pylint:
pylint-dev/pylint#2062
pylint-dev/pylint#2063

Hockepy will probably have broken builds due to these false positive
pylint errors until those two issues are fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant