From a6733d03aaa72a77559ca4594169df6b5b21459f Mon Sep 17 00:00:00 2001 From: tugkay <144021303+tugkay@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:19:31 +0200 Subject: [PATCH] Update config.yml updated to reflect changes in the knime.yml --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 6f62c50..6da1bd8 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,4 @@ -org.tutorial.first_extension: # {group_id}.{name} from the knime.yml +org.tutorial.demo_python_rdkit_extension: # {group_id}.{name} from the knime.yml src: # Path to folder containing the extension files conda_env_path: /.pixi/envs/default # Path to the Python environment to use (use an absolute path) - debug_mode: true # Optional line, if set to true, it will always use the latest changes of execute/configure, when that method is used within the KNIME Analytics Platform \ No newline at end of file + debug_mode: true # Optional line, if set to true, it will always use the latest changes of execute/configure, when that method is used within the KNIME Analytics Platform