Index: /trunk/src/VBox/ValidationKit/testmanager/core/systemchangelog.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/core/systemchangelog.py	(revision 65342)
+++ /trunk/src/VBox/ValidationKit/testmanager/core/systemchangelog.py	(revision 65343)
@@ -84,5 +84,5 @@
         ksWhat_User:             ( 'Users',              'idUser',              None, ),
         ksWhat_TestResult:       ( 'TestResults',        'idTestResult',        None, ),
-    }, **{sEvent: ( 'SystemLog',  'tsCreated',  'TimestampId', ) for sEvent in SystemLogData.kasEvents});
+    }, **{sEvent: ( 'SystemLog',  'tsCreated',  'TimestampId', ) for sEvent in SystemLogData.kasEvents}); # pylint: disable=W0142
 
     ## The table key is the effective timestamp. (Can't be used above for some weird scoping reason.)
