upgrade wakatime-cli to v8.0.0

This commit is contained in:
Alan Hamlett
2017-03-16 08:26:24 -07:00
parent 02138220fd
commit 04a4630024
11 changed files with 1606 additions and 40 deletions

View File

@@ -29,7 +29,6 @@ from .compat import u, is_py3
from .constants import (
API_ERROR,
AUTH_ERROR,
CONFIG_FILE_PARSE_ERROR,
SUCCESS,
UNKNOWN_ERROR,
MALFORMED_HEARTBEAT_ERROR,
@@ -293,8 +292,6 @@ def execute(argv=None):
sys.argv = ['wakatime'] + argv
args, configs = parseArguments()
if configs is None:
return CONFIG_FILE_PARSE_ERROR
setup_logging(args, __version__)