Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-browserstack committed Oct 14, 2024
1 parent da4a904 commit 81fddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percy/metadata/driver_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def session_capabilities(self):
if session_caps is None:
try:
session_caps = dict(self.driver.desired_capabilities)
except Exception as e:
except Exception:
session_caps = {}
Cache.set_cache(self.session_id, Cache.session_capabilities, session_caps)
return session_caps
Expand Down

0 comments on commit 81fddfd

Please sign in to comment.