upgrade wakatime-cli to v8.0.5

This commit is contained in:
Alan Hamlett
2017-10-29 11:32:03 -07:00
parent a290e5d86d
commit e659759b2d
351 changed files with 14034 additions and 7722 deletions

View File

@@ -330,11 +330,11 @@ def process_heartbeat(args, configs, hostname, heartbeat):
if heartbeat['entity_type'] != 'file' or os.path.isfile(heartbeat['entity']):
stats = get_file_stats(heartbeat['entity'],
entity_type=heartbeat['entity_type'],
lineno=heartbeat.get('lineno'),
cursorpos=heartbeat.get('cursorpos'),
plugin=args.plugin,
language=heartbeat.get('language'))
entity_type=heartbeat['entity_type'],
lineno=heartbeat.get('lineno'),
cursorpos=heartbeat.get('cursorpos'),
plugin=args.plugin,
language=heartbeat.get('language'))
project = heartbeat.get('project') or heartbeat.get('alternate_project')
branch = None