We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 710620a + c2a8e4c commit f9860ecCopy full SHA for f9860ec
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