We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac04ab commit cd9675cCopy full SHA for cd9675c
sphero_sdk/asyncio/server/service/sphero_robo_service.py
@@ -99,4 +99,4 @@ def list_registered_ports(self):
99
try:
100
return [str(self.ports.used)]
101
except:
102
- raise ErrorReturn(dbus.DBUS.ERROR_FAILED, 'fuck')
+ raise ErrorReturn(dbus.DBUS.ERROR_FAILED, 'DBUS Error Failed')
0 commit comments