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 undefined logger.warn for loguru #1530

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

wkentaro
Copy link
Owner

Why?

Regression by #1523

loguru doesn't have logger.warn

Traceback (most recent call last):
  File "labelme\__main__.py", line 218, in <module>
  File "labelme\__main__.py", line 171, in main
  File "labelme\config\__init__.py", line 68, in get_config
  File "labelme\config\__init__.py", line 15, in update_dict
AttributeError: 'Logger' object has no attribute 'warn'

@wkentaro wkentaro self-assigned this Jan 23, 2025
@wkentaro wkentaro merged commit 2f500d1 into main Jan 23, 2025
6 checks passed
@wkentaro wkentaro deleted the fix_undefined_logger_warn_for_loguru branch January 23, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant