Skip to content

Commit

Permalink
Fix bug in dlwmls pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayerus committed Dec 20, 2024
1 parent f272802 commit 6e22b61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/viewer/utils/utils_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ def init_session_state() -> None:
"dlmuse_run": False,
"dlmuse_view": False,
"dlmuse_download": False,
"dlwmls_wdir": False,
"dlwmls_in": False,
"dlwmls_run": False,
"dlwmls_view": False,
"dlwmls_download": False,
"ml_wdir": False,
"ml_inrois": False,
"ml_indemog": False,
Expand Down

0 comments on commit 6e22b61

Please sign in to comment.