Skip to content

Commit

Permalink
Improve retry mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Mautone committed Jan 5, 2024
1 parent 86ead99 commit 232ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comands/commands_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def execute_adb_command_getting_result(adb_command, device_id):
command_to_execute = f"{get_adb()} -s {device_id} {adb_command}"
execute_command_getting_result(command_to_execute)
return execute_command_getting_result(command_to_execute)


def execute_command_getting_result(command):
Expand Down

0 comments on commit 232ecf5

Please sign in to comment.