Skip to content

Commit

Permalink
Merge pull request #79 from the-virtual-brain/EBR-86-2
Browse files Browse the repository at this point in the history
EBR-86-2: update misspelling tabs variables
  • Loading branch information
915-Misan-Teodora authored Jul 31, 2024
2 parents 343b94d + 5c00246 commit 8832fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvbwidgets/ui/storage_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, collab=None, folder=None, selected_storage=0, **kwargs):
self.set_title(0, 'Drive')
self.set_title(1, 'Bucket')
self.drive_api = self.tab1
self.bucket_api = self.tab1
self.bucket_api = self.tab2

def get_selected_file_content(self):
api = self.retrieve_api()
Expand Down

0 comments on commit 8832fd4

Please sign in to comment.