create ~/.weboob with mode 0700
This commit is contained in:
parent
1f712ec513
commit
e883c355e5
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class Weboob:
|
|||
|
||||
# Create WORKDIR
|
||||
if not os.path.exists(self.workdir):
|
||||
os.mkdir(self.workdir)
|
||||
os.mkdir(self.workdir, mode=0700)
|
||||
elif not os.path.isdir(self.workdir):
|
||||
warning('"%s" is not a directory' % self.workdir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue