mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
commit
84b5fc2098
@ -66,6 +66,7 @@ class Command(object):
|
||||
to_del.append(key)
|
||||
|
||||
for item in to_del:
|
||||
if item in self.env:
|
||||
del(self.env[item])
|
||||
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user