Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ukmonInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading