From: Wlodek Wencel Date: Mon, 24 Nov 2025 13:23:38 +0000 (+0100) Subject: [#4235] fixed pylint error X-Git-Tag: Kea-3.1.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a74e1b20926f71043f6e8963525b8243486aef8;p=thirdparty%2Fkea.git [#4235] fixed pylint error --- diff --git a/hammer.py b/hammer.py index 06786e9518..226e33311b 100755 --- 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: