From a18d6b678e7a5309f742535b3b0889528eb758a2 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Tue, 21 Jan 2020 16:39:13 +0200 Subject: [PATCH] Fix spinner typeerror. LP: #1860444 --- subiquity/ui/views/filesystem/probing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subiquity/ui/views/filesystem/probing.py b/subiquity/ui/views/filesystem/probing.py index 152e639e..3467424d 100644 --- a/subiquity/ui/views/filesystem/probing.py +++ b/subiquity/ui/views/filesystem/probing.py @@ -41,7 +41,7 @@ class SlowProbing(BaseView): def __init__(self, controller): self.controller = controller - self.spinner = Spinner(loop=controller.app.aio_loop, style="dots") + self.spinner = Spinner(aio_loop=controller.app.aio_loop, style="dots") self.spinner.start() super().__init__(screen( [