Skip to content

fix: install non-released versions: handle space#8505

Open
fstagni wants to merge 1 commit intoDIRACGrid:integrationfrom
fstagni:fix_install_not_release
Open

fix: install non-released versions: handle space#8505
fstagni wants to merge 1 commit intoDIRACGrid:integrationfrom
fstagni:fix_install_not_release

Conversation

@fstagni
Copy link
Copy Markdown
Contributor

@fstagni fstagni commented Apr 10, 2026

No description provided.

@fstagni fstagni requested a review from andresailer as a code owner April 10, 2026 08:03
self.log.info("Downloaded DIRACOS installer to", installer.name)

directory = version if released_version else version.split("@")[1].split("#")[0]
directory = version if released_version else version.split()[2].split("@")[1].split("#")[0]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ins't .replace(' ','') safer as I naively would never have put any space there

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The space now is always present, since #8496

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