Skip to content

Commit

Permalink
Fox typo in variable (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
chStaiger authored Sep 16, 2024
1 parent 7d29564 commit 342270e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibridgesgui/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def update_permission(self):
elif acc_name == "":
self.error_label.setText("Please provide an access level from the menu.")
return
recursive = self.recurisive_box.currentText() == "True"
recursive = self.recursive_box.currentText() == "True"
try:
perm = Permissions(self.session, get_irods_item(irods_path))
perm.set(perm=perm_lables_to_acl.get(acc_name, acc_name),
Expand Down

0 comments on commit 342270e

Please sign in to comment.