Skip to content

Commit

Permalink
added descriptor object to Account class
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsuryaprasad committed Dec 5, 2024
1 parent 3354fc8 commit 08db537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/common/fedcm/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __get__(self, obj, cls) -> Optional[str]:
return obj._account_data.get(self.name)

def __set__(self, obj, value) -> None:
raise AttributeError(f"Cannot set readonly attribute")
raise AttributeError("Cannot set readonly attribute")


class Account:
Expand Down

0 comments on commit 08db537

Please sign in to comment.