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 aaa1888 commit bd85a67Copy full SHA for bd85a67
homu/main.py
@@ -837,7 +837,7 @@ def fail(err):
837
838
839
def init_local_git_cmds(repo_cfg, git_cfg):
840
- fpath = os.path.join(git_cfg["cache_dir"], repo_cfg['owner'], repo_cfg['name'])
+ fpath = os.path.join(git_cfg["cache_dir"], repo_cfg['owner'], repo_cfg['name']) # noqa
841
genurl = lambda cfg: 'git@github.com:{}/{}.git'.format(cfg['owner'], cfg['name']) # noqa
842
843
if not os.path.exists(SSH_KEY_FILE):
0 commit comments