Don't break all over the place when there are not pyquirks
This commit is contained in:
parent
3de6d8b397
commit
092554e3d7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class PythonQuirks(object):
|
||||||
|
|
||||||
def funcre(self):
|
def funcre(self):
|
||||||
if not self.quirks:
|
if not self.quirks:
|
||||||
return r""
|
return r"\\[0-9]+"
|
||||||
f = r"("
|
f = r"("
|
||||||
for q in self.quirks:
|
for q in self.quirks:
|
||||||
f = f + q[:-1]+r"\(|"
|
f = f + q[:-1]+r"\(|"
|
||||||
|
|
Loading…
Reference in a new issue