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