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

fix(log): limit pyad to 0.6.2 for correct log level #586

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

jmkerloch
Copy link
Collaborator

With latest version 0.36.0 of QDT there are no logs display on Windows.

This comes from an update of python-win-ad to 0.6.3 that cause log level of pyad to be used for all python package.

We limit version of python-win-ad to 0.6.2 to restore log display.

closes #585

@jmkerloch jmkerloch added the bug Something isn't working label Nov 29, 2024
@jmkerloch jmkerloch self-assigned this Nov 29, 2024
@github-actions github-actions bot added the dependencies Project dependencies. label Nov 29, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.43%. Comparing base (d3e72d1) to head (bf67a0f).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #586   +/-   ##
=======================================
  Coverage   70.43%   70.43%           
=======================================
  Files          47       47           
  Lines        3162     3162           
  Branches      554      554           
=======================================
  Hits         2227     2227           
  Misses        741      741           
  Partials      194      194           
Flag Coverage Δ
unittests 69.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link

sonarcloud bot commented Nov 29, 2024

@jmkerloch jmkerloch merged commit 3534857 into main Nov 29, 2024
26 checks passed
@jmkerloch jmkerloch deleted the fix/limit_pyad_for_logs branch November 29, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: No log display on Windows for 0.36.0 version
3 participants