mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-05 13:37:09 +00:00
Test for key instead of catching KeyError
This commit is contained in:
parent
7603c84e38
commit
f06e70703f
@ -635,10 +635,8 @@ class Monitor(cmd.Cmd):
|
||||
if args == '':
|
||||
return self.help_delete_label()
|
||||
|
||||
try:
|
||||
if args in self._address_parser.labels:
|
||||
del self._address_parser.labels[args]
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
def do_width(self, args):
|
||||
if args != '':
|
||||
|
Loading…
x
Reference in New Issue
Block a user