Skip to content
Snippets Groups Projects
Commit b0d3d276 authored by Philip ABBET's avatar Philip ABBET
Browse files

[algorithms] Bugfix: C++ algorithms are created with a (downloadable) Python source code

parent 3eb9a0d3
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,8 @@ function setupEditor(algorithm, dataformats, libraries)
};
{% if not binary %}
data.code = source_code_editor.getSourceCode();
if (declaration.language != 'cxx')
data.code = source_code_editor.getSourceCode();
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment