Files
@ c59e914c4887
Branch filter:
Location: kallithea/MIT-Permissive-License.txt - annotation
c59e914c4887
1023 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.