From ba4fc5ec8dcf239d537d95a6b0468df2cd323cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Mon, 28 Aug 2023 18:45:59 -0700 Subject: [PATCH] Typo --- python/lvmpwi/actor/commands/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lvmpwi/actor/commands/mount.py b/python/lvmpwi/actor/commands/mount.py index eb8b759..814ded5 100644 --- a/python/lvmpwi/actor/commands/mount.py +++ b/python/lvmpwi/actor/commands/mount.py @@ -484,7 +484,7 @@ async def offset(command: Command, pwi: PWI4, **kwargs): command.warning(text='Timed out applying offset.') status = await statusPWI(pwi, command.actor.statusLock) - return command.finish(/ + return command.finish( is_tracking=status.mount.is_tracking, is_connected=status.mount.is_connected, is_slewing=status.mount.is_slewing,