Skip to content

Commit

Permalink
Fix pylin
Browse files Browse the repository at this point in the history
Fix adb addon pylint
  • Loading branch information
YuGu-OSS authored Jan 16, 2025
1 parent b99da8c commit 97b1ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyautoport/addon/adb.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def set_log(self, log_file='adb.log', save_flag=True):
""" set logstart in adb session """
if self.running:
self.disconnect()
serial_port = os.environ.get('TESTER_ADB_PORT', '')
serial_port = os.environ.get('TESTER_ADB_PORT', '')
self.log_file = log_file
self.save_log = save_flag
self.connect(serial_port=serial_port)
Expand Down

0 comments on commit 97b1ad5

Please sign in to comment.