upgrade wakatime-cli to v6.0.3

This commit is contained in:
Alan Hamlett 2016-05-21 14:28:50 +02:00
parent 09754849be
commit 7b0432d6ff
34 changed files with 1474 additions and 183 deletions

View file

@ -47,12 +47,12 @@ class Git(BaseProject):
log.traceback('warn')
except IOError: # pragma: nocover
log.traceback('warn')
return None
return u('master')
def _project_base(self):
if self.configFile:
return os.path.dirname(os.path.dirname(self.configFile))
return None
return None # pragma: nocover
def _find_git_config_file(self, path):
path = os.path.realpath(path)