Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWollmann committed Jun 2, 2016
1 parent 2fc266e commit 1695994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/deps/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def add_var(name, value):
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"
defaults += ",$library_import_dir:ro"

# Define $defaults that can easily be extended with external library and
# index data without deployer worrying about above details.
Expand Down

0 comments on commit 1695994

Please sign in to comment.