Skip to content

Commit

Permalink
Merge pull request #611 from mwhudson/mis-indent
Browse files Browse the repository at this point in the history
indent a "raise" properly
  • Loading branch information
mwhudson authored Dec 16, 2019
2 parents 8f88dae + 29c9f08 commit c7fcc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquitycore/controllers/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def error(stage):
check=True)
except subprocess.CalledProcessError:
error("stop-networkd")
raise
raise
if devs_to_down:
await self._down_devs(devs_to_down)
if devs_to_delete:
Expand Down

0 comments on commit c7fcc3d

Please sign in to comment.