Skip to content
Snippets Groups Projects
Commit 0b41a3a0 authored by Simon McVittie's avatar Simon McVittie
Browse files

test-run-outside-ldlp: Fix a pycodestyle warning


Python coding style mandates spaces around assignments, but not around
keyword arguments and untyped parameters' defaults.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent c29eacde
No related branches found
No related tags found
1 merge request!758Fix lint warnings
......@@ -51,7 +51,7 @@ class TestLogger(BaseTest):
def test_runs_command_outside_runtime(
self,
*,
using_symlink = False
using_symlink=False
) -> None:
BIN_NAME = 'test-bin'
REAL_BIN_MESSAGE = 'inside real'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment