From ee186442d6e377bb0e49a579da30fbe8123ee9d3 Mon Sep 17 00:00:00 2001 From: Mark McIntyre Date: Thu, 8 Jan 2026 10:55:58 +0000 Subject: [PATCH] add dummy getLatestKeys --- ukmonInstaller.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ukmonInstaller.py b/ukmonInstaller.py index 7a657c0..533a17e 100644 --- a/ukmonInstaller.py +++ b/ukmonInstaller.py @@ -126,6 +126,13 @@ def updateMp4andMag(inif, homedir): return +def getLatestKeys(here): + # dummy function to avoid an error in refreshtools while + # the repo is being moved. + # the real function got moved to uploadToArchive to avoid circular imports + return + + def installUkmonFeed(rmscfg='~/source/RMS/.config'): """ Installs the UKMon postprocessing script into the RMS config file.