Skip to content

Commit

Permalink
fixbug: 无线设备被过滤
Browse files Browse the repository at this point in the history
(cherry picked from commit aaf3926)
  • Loading branch information
WuKangJian authored and yimelia committed Nov 22, 2023
1 parent f6ab5b6 commit bd94ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airtest/core/android/adb.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def devices(self, state=None):
list od adb devices
"""
patten = re.compile(r'^[\w\d.:-]+\t[\w]+$')
patten = re.compile(r'[\w\d.:-]+\t[\w]+$')
device_list = []
# self.start_server()
output = self.cmd("devices", device=False)
Expand Down

0 comments on commit bd94ab5

Please sign in to comment.