mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
tests: Update ladspa-dbus to Python 3
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/477>
This commit is contained in:
parent
537bf3cf8e
commit
f9bf21e012
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ def print_arguments(arguments, defaults):
|
||||||
sinkname, arguments, defaults = parse_arguments(sys.argv)
|
sinkname, arguments, defaults = parse_arguments(sys.argv)
|
||||||
|
|
||||||
if sinkname == None:
|
if sinkname == None:
|
||||||
print USAGE
|
print(USAGE)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# get the D-Bus property interface of the sink
|
# get the D-Bus property interface of the sink
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue