Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chStaiger authored Jun 26, 2024
1 parent 6ef566c commit b90c5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibridgesgui/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def login_function(self):

#check irods_home
if not IrodsPath(session).collection_exists():
self.error_label.setText(f'"irods_home": "{session.home}" does not exist.")
self.error_label.setText(f'"irods_home": "{session.home}" does not exist.')
self.logger.error("irods_home does not exist.")
else:
self.close()

0 comments on commit b90c5b5

Please sign in to comment.