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
raises a DeprecationWarning…I didn’t even know about inline flags before tbh, but it seems like the (?m) should be at the beginning of the pattern? Or maybe just pass re.MULTILINE as a flag to re.compile?
The text was updated successfully, but these errors were encountered:
pyramid_debugtoolbar/src/pyramid_debugtoolbar/tbtools.py
Line 35 in 7c32a1f
raises a DeprecationWarning…I didn’t even know about inline flags before tbh, but it seems like the
(?m)
should be at the beginning of the pattern? Or maybe just passre.MULTILINE
as a flag tore.compile
?The text was updated successfully, but these errors were encountered: