From 4b699cbd1f501608c52daf969bd68901159bb184 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Fri, 22 Oct 2021 19:30:09 +0200 Subject: [PATCH] fix lint error --- planemo/galaxy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo/galaxy/config.py b/planemo/galaxy/config.py index 1a7394a90..b7195ad89 100644 --- a/planemo/galaxy/config.py +++ b/planemo/galaxy/config.py @@ -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", # this makes Galaxy's files dir RO for dockerized testing + 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))