Skip to content

Commit

Permalink
Fix nested strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Hespe committed Dec 13, 2024
1 parent eb83c2b commit cb74607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def pytest_addoption(parser):

def pytest_report_header(config) -> str:
"""Report chosen seed to command line for reproducability."""
return f"seed: {config.getoption("--seed")}"
return f"seed: {config.getoption('--seed')}"


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit cb74607

Please sign in to comment.