upgrade wakatime-cli to v6.0.3
This commit is contained in:
parent
09754849be
commit
7b0432d6ff
34 changed files with 1474 additions and 183 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue