get_unique_filepath not get_unique_filename!
This commit is contained in:
parent
92fb87ae8d
commit
2d1a60739e
@ -112,7 +112,7 @@ class StorageInterface(object):
|
||||
# Subclasses should override this method.
|
||||
self.__raise_not_implemented()
|
||||
|
||||
def get_unique_filename(self, filepath):
|
||||
def get_unique_filepath(self, filepath):
|
||||
"""
|
||||
If a filename at filepath already exists, generate a new name.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user