Skip to content

Commit

Permalink
Fix format in command string
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap committed Jul 16, 2024
1 parent e5bcc41 commit dfb7e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnistat/omni_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dfb7e26

Please sign in to comment.