mirror of
https://github.com/elliotnunn/machfs.git
synced 2025-02-19 11:31:05 +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):
|
def __delitem__(self, key):
|
||||||
try:
|
try:
|
||||||
value = value.decode('mac_roman')
|
key = key.decode('mac_roman')
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user