Pycharm flags regex that compiles fine
C:\_\Python27\python.exe -u C:\__\JetBrains\PyCharm Community Edition 3.4\helpers\pydev\pydevconsole.py 40638 40639
PyDev console: starting.import sys; print('Python %s on %s' % (sys.version, sys.platform))
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
sys.path.extend(['C:\\Dropbox\\eclipse_workspaces\\python\\wrye-bash'])
>>> import re
>>> reBashTags = re.compile(u'^(.+)({{BASH:[^}]*}})$',re.S|re.U)
>>>
And attached are the code inspection results (found no way to "export" them)
Is there really something wrong with the code or is there a bug in the inspection ?
EDIT 2015.03.03 21.27: still interested in an answer
Please sign in to leave a comment.

Is this a ghost forum ?