Index: /trunk/src/VBox/ValidationKit/testmanager/core/systemchangelog.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/core/systemchangelog.py	(revision 65343)
+++ /trunk/src/VBox/ValidationKit/testmanager/core/systemchangelog.py	(revision 65344)
@@ -71,5 +71,5 @@
 
     ## Mapping a changelog entry kind to a table, key and clue.
-    kdWhatToTable = dict({
+    kdWhatToTable = dict({  # pylint: disable=W0142
         ksWhat_TestBox:          ( 'TestBoxes',          'idTestBox',           None, ),
         ksWhat_TestCase:         ( 'TestCasees',         'idTestCase',          None, ),
@@ -84,5 +84,5 @@
         ksWhat_User:             ( 'Users',              'idUser',              None, ),
         ksWhat_TestResult:       ( 'TestResults',        'idTestResult',        None, ),
-    }, **{sEvent: ( 'SystemLog',  'tsCreated',  'TimestampId', ) for sEvent in SystemLogData.kasEvents}); # pylint: disable=W0142
+    }, **{sEvent: ( 'SystemLog',  'tsCreated',  'TimestampId', ) for sEvent in SystemLogData.kasEvents});
 
     ## The table key is the effective timestamp. (Can't be used above for some weird scoping reason.)
