Skip to content

Commit edbfad0

Browse files
committed
chore: fix linter
1 parent 4cfc562 commit edbfad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/base_test/tns_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def get_screenshots():
118118
Folder.create(folder=os.path.dirname(png_path))
119119
pyautogui.screenshot().save(png_path)
120120
Log.info("Saved host os screen at {0}".format(png_path))
121-
except Exception as e:
121+
except Exception:
122122
Log.warning('Failed to take screenshot of host os.')
123123

124124
# get device screenshots

0 commit comments

Comments
 (0)