Skip to content

Commit bd85a67

Browse files
committed
main: applease flake8
1 parent aaa1888 commit bd85a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def fail(err):
837837

838838

839839
def init_local_git_cmds(repo_cfg, git_cfg):
840-
fpath = os.path.join(git_cfg["cache_dir"], repo_cfg['owner'], repo_cfg['name'])
840+
fpath = os.path.join(git_cfg["cache_dir"], repo_cfg['owner'], repo_cfg['name']) # noqa
841841
genurl = lambda cfg: 'git@github.com:{}/{}.git'.format(cfg['owner'], cfg['name']) # noqa
842842

843843
if not os.path.exists(SSH_KEY_FILE):

0 commit comments

Comments
 (0)