Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Traceback (most recent call last): File "/home/runner/.local/bin/c2cciutils-checks", line 8, in <module> sys.exit(main()) File "/home/runner/.local/lib/python3.8/site-packages/c2cciutils/scripts/checks.py", line 25, in main full_config = c2cciutils.get_config(args.branch) File "/home/runner/.local/lib/python3.8/site-packages/c2cciutils/__init__.py", line 145, in get_config based_on_master = get_based_on_master(repo, branch, master_branch, config) if credentials else False File "/home/runner/.local/lib/python3.8/site-packages/c2cciutils/__init__.py", line 734, in get_based_on_master commits_json = graphql("commits.graphql", {"name": repo[1], "owner": repo[0], "branch": current_branch})[ TypeError: 'NoneType' object is not subscriptable
- Loading branch information