Skip to content

Commit

Permalink
Update OrcidBrowser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Oct 5, 2023
1 parent 4e37b5e commit 248a726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orcid/OrcidBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self):
if properties.type == "actions":
print('------------------------------------------')
print('Using default firefox and webdriver options')
print(options)
print(str(options))
print('------------------------------------------')
self.ff = webdriver.Firefox(options=options)
else:
Expand Down

0 comments on commit 248a726

Please sign in to comment.