Files
@ 7d5dfe117d0f
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
7d5dfe117d0f
1.0 KiB
text/x-sh
summary: use calendar.monthrange instead of internal calendar.mday
Fix pytype warning:
No attribute 'mdays' on module 'calendar' [module-attr]
This also takes care of handling leap-years correctly. Not that it matters, but
very nice ...
Fix pytype warning:
No attribute 'mdays' on module 'calendar' [module-attr]
This also takes care of handling leap-years correctly. Not that it matters, but
very nice ...