eric6/PipInterface/Pip.py

changeset 7628
f904d0eef264
parent 7626
7f643d41464e
child 7726
b1ade4fcf05f
--- 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
         

eric ide

mercurial