From 0e8f1ffbe3666d2715aff363c656c4e089cfa377 Mon Sep 17 00:00:00 2001 From: Joe Wilson Date: Tue, 14 May 2024 14:56:55 -0700 Subject: [PATCH] Changes cookiecutter class to use colon. --- .../{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json b/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json index abb0e003..cabd3eca 100644 --- a/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json +++ b/canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json @@ -6,7 +6,7 @@ "components": { "protocols": [ { - "class": "{{ cookiecutter.__project_slug }}.protocols.my_protocol.Protocol", + "class": "{{ cookiecutter.__project_slug }}.protocols.my_protocol:Protocol", "description": "A protocol that does xyz...", "data_access": { "event": "",