Index: /trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py	(revision 76922)
+++ /trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py	(revision 76923)
@@ -909,5 +909,6 @@
                 if iRc == 3010: # ERROR_SUCCESS_REBOOT_REQUIRED
                     reporter.log('Note: Uninstaller required a reboot to complete uninstallation');
-                    reporter.addLogFile(sLogFile, 'log/uninstaller_reboot', "Verbose MSI uninstallation log file (reboot required)");
+                    reporter.addLogFile(sLogFile, 'log/uninstaller_reboot', \
+                                        "Verbose MSI uninstallation log file (reboot required)");
                     # Optional, don't fail.
                 else:
