Matthieu Guillaumin

Results 1 issues of Matthieu Guillaumin

https://github.com/KevinMusgrave/easy-module-attribute-getter/blob/e0a733c02f2e6a969191a75c79159f45440c969f/easy_module_attribute_getter/yaml_reader.py#L29 As described in the title, this regular expression captures all colons followed by a character, whitespace (`\s`) or not (`\S`). Should be `\S` only, I believe. ``` >>> import...