From c84716fbd1535f6006ce8ea4e0eb20e661fa58b0 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Fri, 22 Oct 2021 17:51:46 +0200 Subject: [PATCH] remove TODO --- planemo/galaxy/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/planemo/galaxy/config.py b/planemo/galaxy/config.py index 4b94e704c..1a7394a90 100644 --- a/planemo/galaxy/config.py +++ b/planemo/galaxy/config.py @@ -509,7 +509,6 @@ def config_join(*args): # sanitize_all_html = True # serve_xss_vulnerable_mimetypes = False # track_jobs_in_database = None - # outputs_to_working_directory = False # retry_job_output_collection = 0 env = _build_env_for_galaxy(properties, template_args)