indent a "raise" properly

This commit is contained in:
Michael Hudson-Doyle 2019-12-17 11:28:42 +13:00
parent 8f88daeb64
commit 29c9f0878b
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ class NetworkController(BaseController):
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: