BW3-Core/module
KoenigMjr 1ebcbf23e9 [feat/multicast] Code quality fixes and cleanup
- Remove redundant list-handling block in doWork() - already handled by moduleBase._run()
- Fix bare except to except (ValueError, TypeError) in _copy_packet_dict_to_packet()
- Replace f-string logging with lazy %-style in _enrich_normal_alarm() and _set_mcast_metadata()
- Remove unused _trigger_ric_mode variable
- Simplify instance name from dynamic MCAST_{id} to static "Multicast" (no debug value)
- Update doWork() docstring to reflect single-packet-only parameter
- Add extension hook comment to _perform_instance_tick()
2026-03-05 21:42:48 +01:00
..
filter Update module/filter/doubleFilter.py 2025-06-11 10:22:12 +02:00
__init__.py some reworks 2019-03-01 12:09:12 +01:00
descriptor.py CSV-Cleaning, new matching strategy, new Debug-message, updating docu 2025-12-03 22:28:08 +01:00
geocoding.py Avoid "DeprecationWarning: invalid escape sequence" 2023-09-19 17:49:09 +02:00
moduleBase.py [feat/multicast]: add multi-instance multicast module with active trigger system 2026-03-05 13:52:48 +01:00
multicast.py [feat/multicast] Code quality fixes and cleanup 2026-03-05 21:42:48 +01:00
template_module.py Avoid "DeprecationWarning: invalid escape sequence" 2023-09-19 17:49:09 +02:00