summaryrefslogtreecommitdiff
path: root/contrib/hgfixes/fix_bytes.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/hgfixes/fix_bytes.py')
-rw-r--r--contrib/hgfixes/fix_bytes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hgfixes/fix_bytes.py b/contrib/hgfixes/fix_bytes.py
index 0890c21..ddd22b2 100644
--- a/contrib/hgfixes/fix_bytes.py
+++ b/contrib/hgfixes/fix_bytes.py
@@ -74,7 +74,7 @@ def shouldtransform(node):
'setattr' in sggparent or \
'encode' in sggparent or \
'decode' in sggparent:
- return False
+ return False
return True