mirror of
https://github.com/9001/copyparty.git
synced 2025-09-28 20:52:26 -06:00
unindent after mkdir(XDG_CONFIG_HOME)
This commit is contained in:
parent
35472557cb
commit
abffda5474
|
@ -196,7 +196,6 @@ def init_E(EE: EnvParams) -> None:
|
||||||
(unicode, "/tmp"),
|
(unicode, "/tmp"),
|
||||||
]
|
]
|
||||||
errs = []
|
errs = []
|
||||||
if True:
|
|
||||||
for npath, (pf, pa) in enumerate(paths):
|
for npath, (pf, pa) in enumerate(paths):
|
||||||
p = ""
|
p = ""
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue