--- a/eric6/UI/PythonDisViewer.py Thu Oct 01 17:39:16 2020 +0200
+++ b/eric6/UI/PythonDisViewer.py Thu Oct 01 17:46:14 2020 +0200
@@ -436,6 +436,8 @@
except AttributeError:
# does not exist prior to 3.8.0
codeInfoDict["posonlyargcount"] = 0
+
+ return codeInfoDict
def __loadDIS(self):
"""