From 98800f639e6b3d4ed593725adc70fe2b1319048c Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 5 Oct 2021 11:42:20 +0200
Subject: [PATCH] L2SS-391: Call correct function

---
 devices/devices/boot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/devices/boot.py b/devices/devices/boot.py
index c90c66ce6..51a32871b 100644
--- a/devices/devices/boot.py
+++ b/devices/devices/boot.py
@@ -104,7 +104,7 @@ class DevicesInitialiser(Thread):
 
         logger.info(status)
 
-    def boot_devices(self):
+    def initialise_devices(self):
         """
         Initialise or re-initialise all devices on the station.
 
-- 
GitLab