2 parents 4c54e36 + cb26f7c commit 407876bCopy full SHA for 407876b
1 file changed
autorelease/scripts/vendor.py
@@ -57,7 +57,7 @@ def guess_parent_repository(repo_name='.'):
57
58
59
def _get_github_repo(config):
60
- if "owner" in config and "repo" in config:
+ if config and "owner" in config and "repo" in config:
61
return config["owner"] + "/" + config["repo"]
62
63
owner, repo = guess_parent_repository('.')
0 commit comments