about summary refs log tree commit diff
path: root/kindlecomicconverter
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2019-03-07 08:38:22 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2019-03-07 08:38:22 +0100
commit7120c76025bfbdf3514a2548057e0ea0fdd5cb07 (patch)
treea3e31f8272192680492fa1dace367ca0210ca59b /kindlecomicconverter
parentAdded additional cleanup (diff)
downloadkcc-7120c76025bfbdf3514a2548057e0ea0fdd5cb07.tar.gz
kcc-7120c76025bfbdf3514a2548057e0ea0fdd5cb07.tar.bz2
kcc-7120c76025bfbdf3514a2548057e0ea0fdd5cb07.zip
Updated changelog
Diffstat (limited to 'kindlecomicconverter')
-rw-r--r--kindlecomicconverter/shared.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/kindlecomicconverter/shared.py b/kindlecomicconverter/shared.py
index d2a358f..20308ac 100644
--- a/kindlecomicconverter/shared.py
+++ b/kindlecomicconverter/shared.py
@@ -87,12 +87,12 @@ def sanitizeTrace(traceback):
     return ''.join(format_tb(traceback))\
         .replace('C:/projects/kcc/', '')\
         .replace('c:/projects/kcc/', '')\
-        .replace('C:/python37-x64/', '')\
-        .replace('c:/python37-x64/', '')\
+        .replace('C:/python36-x64/', '')\
+        .replace('c:/python36-x64/', '')\
         .replace('C:\\projects\\kcc\\', '')\
         .replace('c:\\projects\\kcc\\', '')\
-        .replace('C:\\python37-x64\\', '')\
-        .replace('c:\\python37-x64\\', '')
+        .replace('C:\\python36-x64\\', '')\
+        .replace('c:\\python36-x64\\', '')
 
 
 # noinspection PyUnresolvedReferences