Remove a useless operation, setting name to itself
This commit is contained in:
parent
f2134842b4
commit
c75f891879
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue