Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JanhSander committed Apr 5, 2024
1 parent d98f0e8 commit 825cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datadoc/frontend/callbacks/register_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def callback_accept_dataset_metadata_input(
def callback_open_dataset(
n_clicks: int,
dataset_path: str,
) -> tuple[bool, bool, str, str]:
) -> tuple[bool, bool, bool, str, str]:
"""Open a dataset.
Shows an alert on success or failure.
Expand Down

0 comments on commit 825cb44

Please sign in to comment.