Message8101

Author santa4nt
Recipients cdleonard, santa4nt
Date 2013-09-05.20:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378411452.25.0.222883995556.issue2083@psf.upfronthosting.co.za>
In-reply-to
Content
This is because the Java API used, File#delete() [1] does not distinguish between files and directories, unlike the semantics of os.unlink().

Attaching a simple fix.


[1] http://docs.oracle.com/javase/7/docs/api/java/io/File.html#delete()
History
Date User Action Args
2013-09-05 20:04:12santa4ntsetmessageid: <1378411452.25.0.222883995556.issue2083@psf.upfronthosting.co.za>
2013-09-05 20:04:12santa4ntsetrecipients: + santa4nt, cdleonard
2013-09-05 20:04:12santa4ntlinkissue2083 messages
2013-09-05 20:04:11santa4ntcreate