This commit is contained in:
yumoqing 2025-09-04 17:35:08 +08:00
parent 081809dc48
commit 7146f6510a

View File

@ -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):