diff -r 7f643d41464e -r f904d0eef264 eric6/PipInterface/Pip.py --- 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