Submitter | phabricator |
---|---|
Date | Feb. 4, 2019, 11:36 p.m. |
Message ID | <79a91c0fe2399bebee28390626ff039a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38404/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/check-commit b/contrib/check-commit --- a/contrib/check-commit +++ b/contrib/check-commit @@ -47,7 +47,7 @@ "adds a function with foo_bar naming"), ] -word = re.compile('\S') +word = re.compile(r'\S') def nonempty(first, second): if word.search(first): return first