support termux
This commit is contained in:
parent
64274ca756
commit
e679d1f5f8
@ -25,7 +25,7 @@ class EnvParams(object):
|
||||
)
|
||||
|
||||
try:
|
||||
os.mkdir(self.cfg)
|
||||
os.makedirs(self.cfg)
|
||||
except:
|
||||
if not os.path.isdir(self.cfg):
|
||||
raise
|
||||
|
Loading…
Reference in New Issue
Block a user