Skip to content

Commit

Permalink
add comment and fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 22, 2021
1 parent 9ef9c9d commit fd6dd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/galaxy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def config_join(*args):
migrated_tools_config=empty_tool_conf,
test_data_dir=test_data_dir, # TODO: make gx respect this
shed_data_manager_config_file=shed_data_manager_config_file,
outputs_to_working_directory = "True",
outputs_to_working_directory = "True", # this makes Galaxy's files dir RO for dockerized testing
))
_handle_container_resolution(ctx, kwds, properties)
write_file(config_join("logging.ini"), _sub(LOGGING_TEMPLATE, template_args))
Expand Down

0 comments on commit fd6dd0b

Please sign in to comment.