Skip to content

BUG: pathlib intern does not support string-like class

Pratap Vardhan requested to merge p27 into master

2 bug fixes

  1. pathlib on linux doesn't work with string-like classes due to intern, replacing gramex.config.Path with pathlib.Path
  2. Earlier auth checks were done only in app section, but that is not necessary, now we check if there are any handlers that end with Auth

FCRA on failed commit.

root@292d5ccaaa73:/FCRA# uname -a
Linux 292d5ccaaa73 4.9.60-linuxkit-aufs #1 SMP Mon Nov 6 16:00:12 UTC 2017 x86_64 GNU/Linux
root@292d5ccaaa73:/FCRA# git branch
* (detached from e22f14b)
  master
root@292d5ccaaa73:/FCRA# python ../monitor/validate_yaml.py
root@292d5ccaaa73:/FCRA#
Edited by Pratap Vardhan

Merge request reports