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.