upgrade wakatime-cli to v4.1.11

This commit is contained in:
Alan Hamlett
2016-03-06 12:48:42 -08:00
parent 90731146f9
commit 3ce8f388ab
14 changed files with 139 additions and 81 deletions

View File

@@ -191,5 +191,5 @@ def get_file_contents(file_name):
with open(file_name, 'r', encoding=sys.getfilesystemencoding()) as fh:
text = fh.read(512000)
except:
log.traceback()
log.traceback('debug')
return text