Skip to content

Commit

Permalink
fixing logger
Browse files Browse the repository at this point in the history
Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins committed Jun 7, 2024
1 parent b2e9ea6 commit c4811c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/tasks/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def add_org_repo_list(user_id, group_name, urls):

logger = logging.getLogger(add_org_repo_list.__name__)

with GithubTaskSession() as session:
with GithubTaskSession(logger) as session:

user = User.get_by_id(session, user_id)

Expand Down

0 comments on commit c4811c1

Please sign in to comment.