Skip to content

Conversation

@vigsterkr
Copy link
Contributor

Description

Fixes #2182

@vigsterkr vigsterkr requested a review from a team as a code owner June 18, 2021 12:56
kwargs={"rm_tmpdir": False, "move_outputs": "leave", "preserve_entire_environment": True}
)
loading_context = LoadingContext(kwargs={"construct_tool_object": construct_tool_object})
loading_context = LoadingContext(kwargs={"construct_tool_object": construct_tool_object, "relax_path_checks": True})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Panaetius should this be actually hardcoded here, or rather make it default True in LoadingContext?

Copy link
Member

Choose a reason for hiding this comment

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

This way is fine. LoadingContext is not one of our classes anyways 🙂

Copy link
Member

@Panaetius Panaetius left a comment

Choose a reason for hiding this comment

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

This is perfect, glad it actually was as easy as adding this flag 👍

@vigsterkr vigsterkr merged commit 634f2b3 into master Jun 18, 2021
@vigsterkr vigsterkr deleted the fix-2182 branch June 18, 2021 14:40
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.

change CWL to work with filenames with spaces

3 participants