Skip to content

Register dropbox CLI command and remove broken download_wdl references#63

Merged
dwr-psandhu merged 2 commits into
masterfrom
fix/main-cli-bugs
Jul 15, 2026
Merged

Register dropbox CLI command and remove broken download_wdl references#63
dwr-psandhu merged 2 commits into
masterfrom
fix/main-cli-bugs

Conversation

@aesgeorges

Copy link
Copy Markdown

This PR aims to fix two CLI wiring issues in dms_datastore.

  1. Add the dropbox CLI command registration in __main__.py so dms dropbox is available again.
  2. Temporarily comment the stale download_wdl references from the CLI entry point and pyproject.toml, since the module seems to no longer exists in the tree. This should help main to not error out while we restore the download_wdl module.

Alexandre Georges added 2 commits July 15, 2026 11:52
dropbox_cli is imported but had no matching cli.add_command, leading to an error when dms dropbox is called. This one liner fix adds the missing command.
…ssing.

download_wdl is imported and referenced but the file containing that module (expected to be under `dms_datastore/download_wdl.py`) seems to be missing in the recent master. Commenting out those imports in main temporarily lets the rest of datastore to be used while the missing module is restored.
@aesgeorges
aesgeorges requested review from dwr-psandhu and kjnam July 15, 2026 19:02
@dwr-psandhu
dwr-psandhu merged commit 7507afa into master Jul 15, 2026
1 check passed
@aesgeorges
aesgeorges deleted the fix/main-cli-bugs branch July 15, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants