i-pi-dev_archive icon indicating copy to clipboard operation
i-pi-dev_archive copied to clipboard

Remove all unspecific except clauses

Open OndrejMarsalek opened this issue 9 years ago • 0 comments

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 avatar Jun 17 '15 07:06 OndrejMarsalek