qutebrowser/qutebrowser/commands
Florian Bruhin 8fdbd94d71 userscripts: Remove on_proc_error.
When there was an error, the finished signal will be emitted too anyways, so if
we call cleanup here, we'll call it twice which means we'll get an exception.

Supersedes #1175.
2015-12-21 08:45:46 +01:00
..
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
argparser.py Fix some splelling mistakes. 2015-10-04 15:41:42 +02:00
cmdexc.py Remove some dead code. 2015-10-04 20:43:29 +02:00
cmdutils.py Document cmdutils.aliases attribute. 2015-08-17 21:13:23 +02:00
command.py pylint: Remove unneeded supressions. 2015-12-01 22:03:58 +01:00
runners.py Don't use for-else when returning. 2015-12-01 21:56:38 +01:00
userscripts.py userscripts: Remove on_proc_error. 2015-12-21 08:45:46 +01:00