mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-06 10:34:37 -07:00
Replace generic Logger.log(...) calls with explicit Logger.error/warning/info/debug methods and standardize message formatting using f-strings. Also update Logger.logException call formatting for clarity. This is a stylistic refactor to make log severities and messages consistent across ThreeMFWorkspaceReader.py with no behavioral changes intended. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| plugin.json | ||
| SpecificSettingsModel.py | ||
| ThreeMFReader.py | ||
| ThreeMFWorkspaceReader.py | ||
| WorkspaceDialog.py | ||
| WorkspaceDialog.qml | ||
| WorkspaceRow.qml | ||
| WorkspaceSection.qml | ||