You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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#2062pylint-dev/pylint#2063
Hockepy will probably have broken builds due to these false positive
pylint errors until those two issues are fixed.
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.
The text was updated successfully, but these errors were encountered: