Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed $defaults according to #2430 #2438

Merged
merged 2 commits into from
Jun 3, 2016
Merged

Conversation

ThomasWollmann
Copy link
Contributor

No description provided.

@jmchilton
Copy link
Member

Seems like a good idea, thanks!

@jmchilton
Copy link
Member

@galaxybot test this

@bgruening
Copy link
Member

@jmchilton I think the failing test is unrelated: ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

@@ -303,6 +306,9 @@ def add_var(name, value):
else:
defaults = "$galaxy_root:ro,$tool_directory:ro,$working_directory:rw,$default_file_path:rw"

if self.app_info.library_import_dir:
defaults = defaults + ",$library_import_dir:ro"
Copy link
Contributor

@remimarenco remimarenco Jun 1, 2016

Choose a reason for hiding this comment

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

Could be also:

defaults += ",$library_import_dir:ro"

But I guess it depends on how much you want your code to be obvious :)

@bgruening bgruening merged commit 697b01c into galaxyproject:dev Jun 3, 2016
@bgruening
Copy link
Member

Thanks @ThomasWollmann!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants