Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Be consistent with storages method
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuchyna committed Dec 7, 2020
1 parent 047475f commit 56dca04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def main():
graph.connect()
kebechet_repos = graph.get_active_kebechet_github_installations_repos()
# TODO use the return value more efficiently to assign only active managers
Schedule(gh, repositories=[r for r in kebechet_repos.keys()]).schedule_for_kebechet_analysis(kebechet_repos)
Schedule(gh, repositories=kebechet_repos).schedule_for_kebechet_analysis(kebechet_repos)


if __name__ == "__main__":
Expand Down

0 comments on commit 56dca04

Please sign in to comment.