Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
approxit committed Feb 2, 2023
1 parent 314b146 commit 693fc25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/goth_tests/test_power_outage.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ async def test_power_outage(
provider_1 = runner.get_probes(probe_type=ProviderProbe)[0]

async with requestor.run_command_on_host(
f"{blender_path} --subnet-tag goth --min-cpu-threads 1 --log-file {log_dir / 'test_power_outage.log'}",
"{} --subnet-tag goth --min-cpu-threads 1 --log-file {}".format(
blender_path, log_dir / "test_power_outage.log"
),
env=os.environ,
) as (_cmd_task, cmd_monitor, _process_monitor):

Expand Down

0 comments on commit 693fc25

Please sign in to comment.