get_unique_filepath not get_unique_filename!

This commit is contained in:
Christopher Allan Webber 2011-04-10 16:44:47 -05:00
parent 92fb87ae8d
commit 2d1a60739e

View File

@ -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.