We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da25174 commit 6c0ffabCopy full SHA for 6c0ffab
git_repo/services/service.py
@@ -66,8 +66,8 @@ class RepositoryService:
66
'server-cert'
67
]
68
69
- @classmethod
70
- def get_config_path(cls):
+ @staticmethod
+ def get_config_path():
71
home_dir = os.environ['HOME']
72
home_conf = os.path.join(home_dir, '.gitconfig')
73
xdg_conf = os.path.join(home_dir, '.git', 'config')
0 commit comments