2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
812ddaa1b0 |
|||
|
de5be6b757 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
812ddaa1b0 |
lib.Result.__repr__() Fix missing f-qualifier
__repr__() tries to format a variable in an f-string without "f". Fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
de5be6b757 |
lib.Result: Add module
.lib.Result has grown enourmously in size and merits its own module. For now, reexport it from .lib.base to not break all code containing "from jw.lib.base import Result" Signed-off-by: Jan Lindemann <jan@janware.com> |