From 03dc179bc3845a8457196cf5e4b5c3d663af5bdf Mon Sep 17 00:00:00 2001 From: bodybybuddha Date: Fri, 14 Sep 2018 10:35:01 -0400 Subject: [PATCH] Fixed Codacy Issues --- cps/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/worker.py b/cps/worker.py index 5f231f25..64e31528 100644 --- a/cps/worker.py +++ b/cps/worker.py @@ -233,7 +233,7 @@ class WorkerThread(threading.Thread): format_old_ext = u'.' + self.queue[self.current]['settings']['old_book_format'].lower() format_new_ext = u'.' + self.queue[self.current]['settings']['new_book_format'].lower() - # check to see if destination format already exists - + # check to see if destination format already exists - # if it does - mark the conversion task as complete and return a success # this will allow send to kindle workflow to continue to work if os.path.isfile(file_path + format_new_ext):