]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4235] fixed pylint error Kea-3.1.4
authorWlodek Wencel <wlodek@isc.org>
Mon, 24 Nov 2025 13:23:38 +0000 (14:23 +0100)
committerWlodek Wencel <wlodek@isc.org>
Mon, 24 Nov 2025 13:23:38 +0000 (14:23 +0100)
hammer.py

index 06786e95189ab71b13f858baf81d9887cea06d27..226e33311bdb753380a72558fae2019c42bf10f9 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -470,7 +470,11 @@ def replace_in_file(file_name, pattern, replacement):
         file.write(content)
 
 
-def install_meson(python_v: str = 'python3', mode: str = 'pyinstaller', only: str = None, system: str = None, revision: str = None):
+def install_meson(python_v: str = 'python3',
+                  mode: str = 'pyinstaller',
+                  only: str = None,
+                  system: str = None,
+                  revision: str = None):
     """ Install meson and ninja with pyinstaller or venv.
 
     Pyinstaller is needed as opposed to venv to overcome package building errors such as: