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
from argparse import ArgumentParser
from pathlib import Path
from subprocess import run, PIPE
from subprocess import PIPE, run
def extract_interfaces_xml(output_dir, executable):
proc = run(