Skip to content

Commit

Permalink
[CU-86b25ean8] removed raise statement breaking login to workbench (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmagee authored Oct 28, 2024
1 parent e3d4da3 commit eaffd1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ transformation.js
workflow.zip
description.md
main.wdl

defaults.json
.ipynb_checkpoints
.venv
.vscode
Expand Down
1 change: 0 additions & 1 deletion dnastack/cli/workbench/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def get_user_client(context_name: Optional[str] = None,
try:
return factory.get(WorkbenchUserClient, endpoint_id=endpoint_id, context_name=context_name)
except AssertionError as e:
raise e
_populate_workbench_endpoint()
return factory.get(WorkbenchUserClient, endpoint_id=endpoint_id, context_name=context_name)

Expand Down

0 comments on commit eaffd1a

Please sign in to comment.