projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56accb
)
tools: pylint dbus_exporter.py
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Mon, 17 Jul 2023 16:38:54 +0000
(18:38 +0200)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Thu, 10 Aug 2023 09:08:17 +0000
(11:08 +0200)
tools/dbus_exporter.py
patch
|
blob
|
history
diff --git
a/tools/dbus_exporter.py
b/tools/dbus_exporter.py
index f94f261e0797149ac91e46bd5ea420c4b972b648..819584dcbab0de5518b09f2a9e8317587c5ec47f 100755
(executable)
--- a/
tools/dbus_exporter.py
+++ b/
tools/dbus_exporter.py
@@
-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(