bugfix
This commit is contained in:
parent
081809dc48
commit
7146f6510a
@ -105,8 +105,9 @@ class FileStorage:
|
|||||||
str(v % paths[0]),
|
str(v % paths[0]),
|
||||||
str(v % paths[1]),
|
str(v % paths[1]),
|
||||||
str(v % paths[2]),
|
str(v % paths[2]),
|
||||||
str(v % paths[3]),
|
str(v % paths[3]))
|
||||||
name))
|
_mkdir(path)
|
||||||
|
path = os.path.join(path, name)
|
||||||
return path
|
return path
|
||||||
|
|
||||||
def remove(self, path):
|
def remove(self, path):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user