Fix error handling

main
ksunden 7 years ago
parent bff1f5763d
commit 247554c248

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

Loading…
Cancel
Save