From b07ee6216f7ea7f8456e8acd6ffb7959d2ef9ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jord=C3=A0=20Polo?= Date: Fri, 12 Jul 2024 17:05:52 -0500 Subject: [PATCH] Fix format in command string --- omnistat/omni_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnistat/omni_util.py b/omnistat/omni_util.py index a842498c..71bc5ab5 100755 --- a/omnistat/omni_util.py +++ b/omnistat/omni_util.py @@ -163,7 +163,7 @@ def startExporters(self): corebinding = self.runtimeConfig["omnistat.collectors"].get("corebinding", "1") cwd = os.getcwd() - cmd = f"nice -n 20 {sys.executable} -m" f" omnistat.node_monitoring --configfile={self.configFile}" + cmd = f"nice -n 20 {sys.executable} -m omnistat.node_monitoring --configfile={self.configFile}" # Assume environment is the same across nodes; if numactl is present # here, we expect it to be present in all nodes.