Kaydet (Commit) c75f8918 authored tarafından Neal Norwitz's avatar Neal Norwitz

Remove a useless operation, setting name to itself

üst f2134842
...@@ -197,7 +197,6 @@ class BinHex: ...@@ -197,7 +197,6 @@ class BinHex:
self.state = _DID_HEADER self.state = _DID_HEADER
def _writeinfo(self, name, finfo): def _writeinfo(self, name, finfo):
name = name
nl = len(name) nl = len(name)
if nl > 63: if nl > 63:
raise Error, 'Filename too long' raise Error, 'Filename too long'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment