diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-07-28 12:11:20 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-07-28 15:23:39 +0200 |
commit | dffa7b7d0b6553a5b37081cd164d3ffc0b215040 (patch) | |
tree | 3454e7fcbcd3be877c4ab691062b4bd159967954 /sfx2/qa | |
parent | 85511e27d259d6b19cc6c463fc06368c14511bb8 (diff) |
sfx2, solenv, sw: fix issues found by Ruff linter
Change-Id: Iab375e8c8aa4c4915f3c70a9ef6aede268e4619f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171138
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sfx2/qa')
-rw-r--r-- | sfx2/qa/python/check_sidebar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/python/check_sidebar.py b/sfx2/qa/python/check_sidebar.py index 7f188baa4ba7..3ea8542d2e03 100644 --- a/sfx2/qa/python/check_sidebar.py +++ b/sfx2/qa/python/check_sidebar.py @@ -44,7 +44,7 @@ class CheckSidebar(unittest.TestCase): xDecks = xSidebar.getDecks() - first_deck_name = "PropertyDeck"; + first_deck_name = "PropertyDeck" deck_element_names = xDecks.getElementNames() assert ( first_deck_name in deck_element_names ) |