okfn-brasil/serenata-de-amor

View on GitHub
jarbas/chamber_of_deputies/fields.py

Summary

Maintainability
A
0 mins
Test Coverage

Do not use bare 'except'
Open

        except:
Severity: Minor
Found in jarbas/chamber_of_deputies/fields.py by pep8

When catching exceptions, mention specific exceptions when possible.

Okay: except Exception:
Okay: except BaseException:
E722: except:

Do not use bare 'except'
Open

        except:
Severity: Minor
Found in jarbas/chamber_of_deputies/fields.py by pep8

When catching exceptions, mention specific exceptions when possible.

Okay: except Exception:
Okay: except BaseException:
E722: except:

There are no issues that match your filters.

Category
Status