src/eric7/QtHelpInterface/HelpDocsInstaller.py

branch
eric7
changeset 10334
24300d16a154
parent 10192
f457742dd3d6
child 10439
21c28b0f9e41
diff -r 4aa8d3b69832 -r 24300d16a154 src/eric7/QtHelpInterface/HelpDocsInstaller.py
--- a/src/eric7/QtHelpInterface/HelpDocsInstaller.py	Wed Nov 22 19:42:41 2023 +0100
+++ b/src/eric7/QtHelpInterface/HelpDocsInstaller.py	Thu Nov 23 16:23:37 2023 +0100
@@ -192,7 +192,7 @@
         """
         versionKey = "qt_version_{0}@@{1}".format(version, name)
         info = engine.customValue(versionKey, "")
-        lst = info.split("|")
+        lst = info.split("|") if info else []
 
         dt = None
         if len(lst) and lst[0]:

eric ide

mercurial