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

Address pylint warning deprecated-method #3059

Merged
merged 3 commits into from
Feb 20, 2024
Merged

Conversation

narrieta
Copy link
Member

get/setDaemon, get/setName, and currentThread in the threading module have been deprecated in favor of daemon, name, and current_thread.

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (0aabddd) 71.91% compared to head (c6b6043) 71.91%.

Files Patch % Lines
azurelinuxagent/ga/collect_telemetry_events.py 0.00% 2 Missing ⚠️
azurelinuxagent/ga/env.py 0.00% 2 Missing ⚠️
azurelinuxagent/agent.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3059   +/-   ##
========================================
  Coverage    71.91%   71.91%           
========================================
  Files          109      109           
  Lines        16357    16357           
  Branches      2337     2337           
========================================
  Hits         11763    11763           
  Misses        4044     4044           
  Partials       550      550           

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

@narrieta narrieta merged commit b1b0545 into Azure:develop Feb 20, 2024
12 checks passed
@narrieta narrieta deleted the thread branch February 20, 2024 19:03
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.

3 participants