We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5243eca commit d2f8740Copy full SHA for d2f8740
1 file changed
module/device/connection.py
@@ -1055,7 +1055,7 @@ def brute_force_connect():
1055
logger.info('Here are the devices detected but unavailable')
1056
for device in unavailable:
1057
logger.info(f'{device.serial} ({device.status})')
1058
- time.sleep(retry_sleep())
+ time.sleep(retry_sleep(_))
1059
1060
# brute_force_connect
1061
if self.config.Emulator_Serial == 'auto' and available.count == 0:
0 commit comments