--- a/eric6/PipInterface/Pip.py Wed Jun 17 17:12:21 2020 +0200
+++ b/eric6/PipInterface/Pip.py Wed Jun 17 20:18:54 2020 +0200
@@ -655,7 +655,7 @@
'replace')
try:
result = json.loads(data)
- except Exception:
+ except Exception: # secok
# ignore JSON exceptions
pass