mirror of
https://github.com/elliotnunn/machfs.git
synced 2025-02-16 08:30:59 +00:00
Fix del keyword
This commit is contained in:
parent
7d8a12fb7e
commit
ddc8445771
@ -33,7 +33,7 @@ class AbstractFolder(collections.MutableMapping):
|
||||
|
||||
def __delitem__(self, key):
|
||||
try:
|
||||
value = value.decode('mac_roman')
|
||||
key = key.decode('mac_roman')
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user