Skip to content

Commit 08db537

Browse files
added descriptor object to Account class
1 parent 3354fc8 commit 08db537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/fedcm/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __get__(self, obj, cls) -> Optional[str]:
3232
return obj._account_data.get(self.name)
3333

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

3737

3838
class Account:

0 commit comments

Comments
 (0)