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

Remove try-except block that does nothing #2835

Merged

Conversation

stveit
Copy link
Contributor

@stveit stveit commented Feb 28, 2024

Nothing in there can ever raise a ldap.Error. my guess this is copy pasted from a bit further up in the same function

nothing in there can ever raise a ldap.Error. my guess this is
copy pasted from a bit further up in the same function
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@stveit stveit self-assigned this Feb 28, 2024
@stveit stveit marked this pull request as ready for review February 28, 2024 09:31
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.10%. Comparing base (d96a876) to head (751b534).
Report is 18 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2835      +/-   ##
==========================================
+ Coverage   57.06%   57.10%   +0.04%     
==========================================
  Files         567      567              
  Lines       41289    41275      -14     
==========================================
+ Hits        23561    23570       +9     
+ Misses      17728    17705      -23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Test results

     12 files       12 suites   12m 30s ⏱️
3 303 tests 3 303 ✔️ 0 💤 0
9 384 runs  9 384 ✔️ 0 💤 0

Results for commit 751b534.

Copy link
Member

@lunkwill42 lunkwill42 left a comment

Choose a reason for hiding this comment

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

Yeah, I saw that when reviewing #2813 and was thinking "WTH is this?"

Good catch.

@stveit stveit merged commit d533e8f into Uninett:master Feb 28, 2024
12 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.

2 participants