Python Warn Log MOD009DV7
Access
Customizer → System Maintenance → Python Warn Log
Information
This module lists warnings on Python customizing and divides them into categories.
The categorization is done according to listbox 00000533.
You can delete collected warnings that are at least 30 days old by executing the Clean up Python warn log event.
Details
Obsolete functions can only be recognized if they were previously imported from a module.
The function call must be executed once within the session.
Warning Categories
Warnings | Description |
|---|---|
Deprecated functions | Identified obsolete functions that should no longer be used. |
Deprecated function calls | Recorded calls of obsolete functions. |
Syntax warnings | Possible syntax errors. The system saves the file and line number, but the function name is not recorded. |
Miscellaneous | Other warnings that cannot be assigned to any of the other categories. |
Notes
Syntax warnings are only created during compilation.
You can trigger the warnings again by removing all
__pycache__folders.You can click directly on Macro modules and value ranges to open the corresponding object in the Customizer.
Each warning is only recorded once per position.
Warnings remain until they are deleted manually or by an event.
Once the cause of the warning has been rectified, the corresponding data record can be deleted manually in the Python Warn Log module. Alternatively, the Clean up Python warn log event can be used.