Skip to content

Commit ef137c1

Browse files
formatting
1 parent 488a74e commit ef137c1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

asap-tools/experiments/experiment_utils/services/prometheus_client_service.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,11 @@ def _start_bare_metal(
173173
cmd += " --profile_prometheus_time {}".format(profile_prometheus_time)
174174

175175
cmd_dir = os.path.join(
176-
self.provider.get_home_dir(), "code", "asap-tools", "queriers", "prometheus-client"
176+
self.provider.get_home_dir(),
177+
"code",
178+
"asap-tools",
179+
"queriers",
180+
"prometheus-client",
177181
)
178182
utils.run_cmd(f"cd {cmd_dir}; {cmd}", popen=False)
179183

0 commit comments

Comments
 (0)