mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-02 08:34:26 +08:00
tools: Fix map-client to use new print syntax
print now requires () on newer python: File "./map-client", line 101 print err ^
This commit is contained in:
parent
363e55779d
commit
b4f482375a
@ -98,7 +98,7 @@ class MapClient:
|
||||
print("Operation succeeded")
|
||||
|
||||
def error(self, err):
|
||||
print err
|
||||
print(err)
|
||||
mainloop.quit()
|
||||
|
||||
def transfer_complete(self, path):
|
||||
|
Loading…
Reference in New Issue
Block a user