1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-23 05:03:13 +00:00

Updated changelog

This commit is contained in:
Paweł Jastrzębski
2019-03-07 08:38:22 +01:00
parent 4891913b5c
commit 7120c76025
2 changed files with 9 additions and 4 deletions
+4 -4
View File
@@ -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