Browse Source

this was fixed in recent commit, when loadobj drops the old one..

main
John-Mark Gurney 2 years ago
parent
commit
4358f3429c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ui/medashare/cli.py

+ 0
- 2
ui/medashare/cli.py View File

@@ -945,8 +945,6 @@ def cmd_container(options):
try:
fobj = objstr.by_file(j, ('file',))[0]
except:
# XXX - old file w/ incorrect hash may be
# left behind.
fobj = persona.by_file(j)
objstr.loadobj(fobj)



Loading…
Cancel
Save