Skip to content

Commit

Permalink
Re-format smaller name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Aug 19, 2024
1 parent 899b45f commit 8bac9eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions checkbox-ng/plainbox/impl/session/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ def use_alternate_configuration(self, config):
)

self._match_qualifiers = []
for pattern in self._config.get_value(
"test selection", "match"
):
for pattern in self._config.get_value("test selection", "match"):
self._match_qualifiers.append(
RegExpJobQualifier(pattern, None, True)
)
Expand Down

0 comments on commit 8bac9eb

Please sign in to comment.