#10576 NORM 10.1.3: Journal can't copy content or activity bundles to a pen drive
Zarro Boogs per Child
bugtracker at laptop.org
Thu Dec 23 09:35:46 EST 2010
#10576: Journal can't copy content or activity bundles to a pen drive
----------------------------------------+-----------------------------------
Reporter: godiard | Owner: tomeu
Type: defect | Status: new
Priority: normal | Milestone: 10.1.3
Component: journal-activity | Version: not specified
Resolution: | Keywords:
Next_action: diagnose | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
----------------------------------------+-----------------------------------
Comment(by godiard):
I have found it :)
The function get_bundle in jarabe/journal/misc.py create the unnecessary
tempfiles.
We must replace:
file_path = util.TempFilePath(model.get_file(metadata['uid']))
by
file_path = model.get_file(metadata['uid'])
--
Ticket URL: <http://dev.laptop.org/ticket/10576#comment:4>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list