improved error log
This commit is contained in:
parent
3bc50de521
commit
b91e36a991
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class ConfigParser:
|
||||||
except KeyError, k:
|
except KeyError, k:
|
||||||
self.log.w("Key '" + str(k) + "' not in classItem " + str(clazzItem))
|
self.log.w("Key '" + str(k) + "' not in classItem " + str(clazzItem))
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.log.w("Error while replace: " + clazz + str(e))
|
self.log.w("Error while replacing class ( " + clazz + " ):" + str(e))
|
||||||
finally:
|
finally:
|
||||||
if path in sys.path:
|
if path in sys.path:
|
||||||
del sys.path[sys.path.index(path)]
|
del sys.path[sys.path.index(path)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue