mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
upgrade wakatime-cli to v6.0.3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user