diff roundup/configuration.py @ 8488:7142740e6547

merge heads: CHANGES.txt also whitespace fixups.
author John Rouillard <rouilj@ieee.org>
date Mon, 08 Dec 2025 23:05:26 -0500
parents b09ef85f0da6
children 520075b29474
line wrap: on
line diff
--- a/roundup/configuration.py	Sun Dec 07 17:33:25 2025 -0500
+++ b/roundup/configuration.py	Mon Dec 08 23:05:26 2025 -0500
@@ -2440,6 +2440,12 @@
         for name, value in get_context_info():
             if not hasattr(record, name):
                 setattr(record, name, value)
+                continue
+            if (name == "processName" and
+                isinstance(value, str) and
+                getattr(record, name) == "MainProcess"):
+                setattr(record, name, value)
+
         record.pct_char = "%"
         record.ROUNDUP_CONTEXT_FILTER_CALLED = True
 

Roundup Issue Tracker: http://roundup-tracker.org/