Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev with hot fixes #2744

Merged
merged 2 commits into from Mar 15, 2024
Merged

Update dev with hot fixes #2744

merged 2 commits into from Mar 15, 2024

Conversation

sgoggins
Copy link
Member

Description
Preparing for release and checking hot fixes.

IsaacMilarky and others added 2 commits March 14, 2024 19:26
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
@@ -367,7 +367,12 @@ def get_login_with_supplemental_data(logger,db,auth, commit_data):
return None

# Grab first result and make sure it has the highest match score
match = login_json['items'][0]
try:
match = login_json['items'][0]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pylint] reported by reviewdog 🐶
C0209: Formatting a regular string which could be an f-string (consider-using-f-string)

@sgoggins sgoggins merged commit 9b838d0 into dev Mar 15, 2024
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants