Share

simple DIsk Catalogizer

Tracker: Patches

5 Use python to copy files instead of /bin/cp - ID: 1564362
Last Update: Comment added ( sremington )

I was getting errors when trying to "dic get ..." files
that had special characters (i.e. ' or " or ( or ))
because they weren't being properly escaped before
being passed to the shell and /bin/cp. This patch will
use the built in python module shutil to copy files and
directories which doesn't exhibit the same problems.


Seth Remington ( sremington ) - 2006-09-24 05:23

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2007-12-06 23:50
Sender: sremingtonProject AdminAccepting Donations


Fixed in CVS


Log in to comment.

Attached File ( 1 )

Filename Description Download
shutil.patch Patch file Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2007-12-06 23:50 sremington
resolution_id None 2007-12-06 23:50 sremington
close_date - 2007-12-06 23:50 sremington
File Added 194929: shutil.patch 2006-09-24 05:23 sremington