Skip to content

Conversation

@gigony
Copy link
Collaborator

@gigony gigony commented Sep 24, 2021

  • Use POSIX path for App Runner
  • Do not use shlex.quote for Windows
  • Update .bumpversion.cfg to sign-off commit
  • Bump version to 0.1.1rc2

Created 0.1.1rc2 package on test PyPI for test.

pip install -i https://test.pypi.org/simple/ monai-deploy-app-sdk==0.1.1rc2

resolve #152

@gigony gigony self-assigned this Sep 24, 2021
@gigony gigony added the bug Something isn't working label Sep 24, 2021
@gigony gigony added this to the v0.1.0 milestone Sep 24, 2021
- shlex.quote() would remove '\' character on Windows path
- Use 'shell=True' to execute shell command

Signed-off-by: Gigon Bae <gbae@nvidia.com>
Signed-off-by: Gigon Bae <gbae@nvidia.com>
Signed-off-by: Gigon Bae <gbae@nvidia.com>
Signed-off-by: Gigon Bae <gbae@nvidia.com>
Signed-off-by: Gigon Bae <gbae@nvidia.com>
Copy link
Collaborator

@MMelQin MMelQin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sure has also fixed some of the less robust path manipulations.

Signed-off-by: Gigon Bae <gbae@nvidia.com>
Copy link
Collaborator

@bhatt-piyush bhatt-piyush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks Gigon

@gigony gigony merged commit bbc3894 into main Sep 28, 2021
@gigony gigony mentioned this pull request Oct 25, 2021
@MMelQin MMelQin deleted the use_posixpath branch November 5, 2025 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] App Runner cannot handle Windows Path properly

4 participants