Files
@ c59e914c4887
Branch filter:
Location: kallithea/init.d/celeryd-upstart.conf
c59e914c4887
932 B
text/plain
py3: use exception .args instead of .message
Args seems slightly more fragile and *could* introduce problems for trivial use
if args is empty. But .message is gone.
Args seems slightly more fragile and *could* introduce problems for trivial use
if args is empty. But .message is gone.