remove double line

This commit is contained in:
j 2013-04-29 17:13:20 +00:00
parent 6e0d73390c
commit ee9ec46602

View file

@ -22,7 +22,6 @@ def get_or_create_file(volume, f, user, item=None):
file = models.File() file = models.File()
file.oshash = f['oshash'] file.oshash = f['oshash']
file.path = f['path'] file.path = f['path']
file.path = f['path']
if item: if item:
file.item = item file.item = item
else: else: