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