From 4358f3429cdd7e33a93fcb91a3e648de3c1780b9 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 31 Aug 2022 17:13:41 -0700 Subject: [PATCH] this was fixed in recent commit, when loadobj drops the old one.. --- ui/medashare/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/medashare/cli.py b/ui/medashare/cli.py index 6c375cb..462628c 100644 --- a/ui/medashare/cli.py +++ b/ui/medashare/cli.py @@ -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)