contrib/check-commit
changeset 41539 45a4789d3ff2
parent 40952 811f772b44aa
child 43112 24a07347aa60
--- a/contrib/check-commit	Mon Feb 04 09:13:05 2019 -0800
+++ b/contrib/check-commit	Mon Feb 04 09:31:19 2019 -0800
@@ -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