1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

tools: pylint dbus_exporter.py

This commit is contained in:
Frantisek Sumsal 2023-07-17 18:38:54 +02:00
parent f56accb6ef
commit 8b1932cf2d

View File

@ -2,7 +2,8 @@
# SPDX-License-Identifier: LGPL-2.1-or-later # SPDX-License-Identifier: LGPL-2.1-or-later
from argparse import ArgumentParser from argparse import ArgumentParser
from pathlib import Path from pathlib import Path
from subprocess import run, PIPE from subprocess import PIPE, run
def extract_interfaces_xml(output_dir, executable): def extract_interfaces_xml(output_dir, executable):
proc = run( proc = run(