Fix error handling

This commit is contained in:
ksunden 2018-05-08 23:20:32 -05:00
parent bff1f5763d
commit 247554c248

View File

@ -30,6 +30,7 @@ def command(conf, args):
webbrowser.open(url)
except KeyError as e:
ui.error(key, 'has no url')
ui.error('{} has no url'.format(key))
print(key)
rp.close()