This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
medashare
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
this was fixed in recent commit, when loadobj drops the old one..
main
John-Mark Gurney
2 years ago
parent
47dc79e177
commit
4358f3429c
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save