mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
support termux
This commit is contained in:
parent
64274ca756
commit
e679d1f5f8
|
@ -25,7 +25,7 @@ class EnvParams(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.mkdir(self.cfg)
|
os.makedirs(self.cfg)
|
||||||
except:
|
except:
|
||||||
if not os.path.isdir(self.cfg):
|
if not os.path.isdir(self.cfg):
|
||||||
raise
|
raise
|
||||||
|
|
Loading…
Reference in a new issue