From a5805bf84d69c43f0e3e4165a610a2538e9190b8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Oct 2012 19:25:08 +0530 Subject: [PATCH] ... --- src/calibre/utils/recycle_bin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/recycle_bin.py b/src/calibre/utils/recycle_bin.py index ba72da7691..d1a63e8d01 100644 --- a/src/calibre/utils/recycle_bin.py +++ b/src/calibre/utils/recycle_bin.py @@ -51,7 +51,7 @@ def delete_tree(path, permanent=False): try: # For completely mysterious reasons, sometimes a file is left open # leading to access errors. If we get an exception, wait and hope - # that whatever has the file (the O/S?) lets go of it. + # that whatever has the file (Antivirus, DropBox?) lets go of it. shutil.rmtree(path) except: import traceback