mercurial/pycompat.py
changeset 43117 8ff1ecfadcd1
parent 43106 d783f945a701
child 43380 579672b347d2
child 43484 8d5489b048b7
--- a/mercurial/pycompat.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/pycompat.py	Tue Oct 08 15:06:18 2019 -0700
@@ -361,7 +361,7 @@
     setattr = setattr
 
     # this can't be parsed on Python 3
-    exec(b'def raisewithtb(exc, tb):\n' b'    raise exc, None, tb\n')
+    exec(b'def raisewithtb(exc, tb):\n    raise exc, None, tb\n')
 
     def fsencode(filename):
         """