Details
-
Type:
Bug
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: stack release
-
Labels:None
-
Team:Architecture
Description
The version of pycodestyle in our stack release is 2.3.1 and it has a serious bug that is plaguing Telescope and Site:
/opt/lsst/software/stack/stack/miniconda3-4.3.21-10a4fa6/Linux64/pycodestyle/2.3.1+3/lib/python/pycodestyle-2.3.1-py3.6.egg/pycodestyle.py:127: DeprecationWarning: invalid escape sequence \s
|
r'^\s*({0})'.format('|'.join(s.replace(' ', '\s+') for s in (
|
Please update to a more recent version. The current version appears to be 2.5.0 based on https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt
This is not a bug. pycodestyle was updated in
DM-17726.