Blame SOURCES/hplip-typo.patch

986012
diff -up hplip-3.17.11/firmware.py.typo hplip-3.17.11/firmware.py
986012
--- hplip-3.17.11/firmware.py.typo	2018-01-12 16:50:10.338366719 +0100
986012
+++ hplip-3.17.11/firmware.py	2018-01-12 16:50:33.563184939 +0100
986012
@@ -99,7 +99,7 @@ try:
986012
     if mode == GUI_MODE and (ui_toolkit == 'qt4' or ui_toolkit == 'qt5'):
986012
         if not utils.canEnterGUIMode4():
986012
             log.error("%s -u/--gui requires Qt4/Qt5 GUI support. Entering interactive mode." % __mod__)
986012
-            mode = INTERACTIVE_MODE4
986012
+            mode = INTERACTIVE_MODE
986012
 
986012
     elif mode == GUI_MODE and ui_toolkit == 'qt3':
986012
        if not utils.canEnterGUIMode():