[tor-commits] [sbws/master] Clarify the extension is not in the list
pastly at torproject.org
pastly at torproject.org
Thu Aug 9 14:21:19 UTC 2018
commit 758605703462a34edea9e69617c303903e017858
Author: juga0 <juga at riseup.net>
Date: Mon Jul 23 20:00:41 2018 +0000
Clarify the extension is not in the list
---
sbws/core/cleanup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py
index 852b8e6..0a8daf3 100644
--- a/sbws/core/cleanup.py
+++ b/sbws/core/cleanup.py
@@ -53,7 +53,7 @@ def _get_files_mtime_older_than(dname, days_delta, extensions):
fname = os.path.join(root, f)
_, ext = os.path.splitext(fname)
if ext not in extensions:
- log.debug('Ignoring %s because it doesn\'t have extension '
+ log.debug('Ignoring %s because its extension is not in '
'%s', fname, ext)
continue
# using file modification time instead of parsing the name
More information about the tor-commits
mailing list