Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Remove all unspecific except clauses #54

Open
OndrejMarsalek opened this issue Jun 17, 2015 · 0 comments
Open

Remove all unspecific except clauses #54

OndrejMarsalek opened this issue Jun 17, 2015 · 0 comments
Milestone

Comments

@OndrejMarsalek
Copy link
Collaborator

We should make sure that eventually there are no unspecific except clauses in the code base. We are not fixing all of them now, as they might go during some potential rewrites anyway. Here is a (possibly incomplete) list:

$ grep -r -n 'except:' ipi
ipi/interfaces/sockets.py:345:         except:
ipi/interfaces/sockets.py:354:      except:
ipi/interfaces/sockets.py:387:         except:
ipi/interfaces/sockets.py:411:         except:
ipi/interfaces/sockets.py:563:         except:
ipi/interfaces/sockets.py:572:      except:
ipi/interfaces/sockets.py:593:            except:
ipi/interfaces/sockets.py:721:            except:
ipi/interfaces/sockets.py:733:                  except:
ipi/utils/softexit.py:149:      except:
@OndrejMarsalek OndrejMarsalek added this to the release-2.0 milestone Jun 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant