summaryrefslogtreecommitdiff
path: root/Lib/binhex.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/binhex.py')
-rw-r--r--Lib/binhex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/binhex.py b/Lib/binhex.py
index 9735f2eda3..16985fb166 100644
--- a/Lib/binhex.py
+++ b/Lib/binhex.py
@@ -197,7 +197,6 @@ class BinHex:
self.state = _DID_HEADER
def _writeinfo(self, name, finfo):
- name = name
nl = len(name)
if nl > 63:
raise Error, 'Filename too long'