home
·
contact
·
privacy
projects
/
ircplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1840f0f
)
Use Path.joinpath smarter.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 24 Sep 2025 08:34:05 +0000
(10:34 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 24 Sep 2025 08:34:05 +0000
(10:34 +0200)
ircplom/client_tui.py
patch
|
blob
|
history
diff --git
a/ircplom/client_tui.py
b/ircplom/client_tui.py
index 400c29434fd6a5e4f6906e04d6dacd0cd115fa3d..dbdd4985d3589d7da7b1d2abd8c705fa5fed0dc1 100644
(file)
--- a/
ircplom/client_tui.py
+++ b/
ircplom/client_tui.py
@@
-25,8
+25,7
@@
_LOG_PREFIX_SERVER = '$'
_LOG_PREFIX_OUT = '>'
_LOG_PREFIX_IN = '<'
-_PATH_LOGS = Path.home().joinpath('.local').joinpath('share')\
- .joinpath('ircplom').joinpath('logs')
+_PATH_LOGS = Path.home().joinpath('.local', 'share', 'ircplom', 'logs')
class _LogScope(Enum):