SomberNight
|
eb39aa143b
|
try fixing email plugin
|
2020-06-13 19:12:22 +02:00 |
|
SomberNight
|
0b224ba685
|
invoices: minor clean-up (type hints, mark broken things)
also rm some dead code
|
2020-06-13 18:54:22 +02:00 |
|
SomberNight
|
309ba15745
|
invoices: follow-up fixes re clean-up
follow-up 6058829870 and related
|
2020-06-03 21:00:03 +02:00 |
|
SomberNight
|
f60f690ca9
|
change many str(e) to repr(e) as some exceptions were cryptic
it's often valuable to see the type of the exception
(especially as for some exceptions str(e) == '')
|
2019-07-17 20:12:52 +02:00 |
|
SomberNight
|
3385a94753
|
logging: basics
|
2019-05-02 15:19:03 +02:00 |
|
SomberNight
|
026448837f
|
no more "import *"
fixes #5101
fixes #5105
|
2019-02-11 20:21:24 +01:00 |
|
SomberNight
|
d77e4d8f5d
|
exception formatting: use repr(e) instead of str(e) in messages
repr(e) is more useful
|
2019-01-17 17:16:19 +01:00 |
|
Janus
|
097ac144d9
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|