remove double line
This commit is contained in:
parent
6e0d73390c
commit
ee9ec46602
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue