From c7edab17a1b130b88010b26f1789da0569291676 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 26 Oct 2022 00:05:14 +0100 Subject: merge getCSV && getBinhost into getEnvironment --- src/backend/checkEnvironment.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/checkEnvironment.py') diff --git a/src/backend/checkEnvironment.py b/src/backend/checkEnvironment.py index 200be15..9613fe6 100644 --- a/src/backend/checkEnvironment.py +++ b/src/backend/checkEnvironment.py @@ -2,7 +2,7 @@ import os import subprocess -import sisyphus.getBinhost +import sisyphus.getEnvironment import sisyphus.getFilesystem def root(): @@ -25,10 +25,10 @@ def branch(): def sanity(): activeBranch = branch() - isBinhost = sisyphus.getBinhost.start() + binhostURL = sisyphus.getEnvironment.binhostURL() isSane = int() - if "packages-next" in isBinhost: + if "packages-next" in binhostURL: if activeBranch == "next": isSane = int(1) else: -- cgit v1.2.3