pull/2538/head
Erik Johnston 2017-10-12 15:23:41 +01:00
parent bf4fb1fb40
commit 67cb89fbdf
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class MediaRepository(object):
# Write to backup repository
if self.backup_filepaths:
backup_fname = file_name_func(backup_filepaths)
backup_fname = file_name_func(self.backup_filepaths)
self._makedirs(backup_fname)
# We can either wait for successful writing to the backup repository