Bug 206819 - test/simple-player is python2 only
Summary: test/simple-player is python2 only
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Bluetooth (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: linux-bluetooth@vger.kernel.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-11 13:26 UTC by Pacho Ramos
Modified: 2020-03-11 13:26 UTC (History)
0 users

See Also:
Kernel Version: 5.5.8
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Pacho Ramos 2020-03-11 13:26:34 UTC
Other test tools were ported to python3, but simple-player not:
$ python3 ./simple-player
  File "./simple-player", line 121
    exec "self.player.%s" % s
         ^
SyntaxError: Missing parentheses in call to 'exec'

Thanks a lot :)

Note You need to log in before you can comment on or make changes to this bug.