remove double line

This commit is contained in:
j 2013-04-29 17:13:20 +00:00
parent 6e0d73390c
commit ee9ec46602
1 changed files with 0 additions and 1 deletions

View File

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