Skip to content

Commit

Permalink
still fixing indentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John McDowall committed Feb 24, 2016
1 parent 9840b67 commit ec65ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neutron/db/db_base_plugin_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def _get_port(self, context, id):
def _get_sfi(self, context, id):
try:
sfi = self._get_by_id(context, models_v2.Sfi, id)
except exc.NoResultFound:
except exc.NoResultFound:
raise n_exc.PortNotFound(sfi_id=id)
return sfi

Expand Down

0 comments on commit ec65ca5

Please sign in to comment.