Skip to content
Snippets Groups Projects
Commit 36eeda76 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[toolchains][serializers] Set beat_core_class correctly

parent 8ef10d62
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !327. Comments created here will be created in the context of that merge request.
......@@ -42,7 +42,7 @@ import beat.core.toolchain
class ToolchainCreationSerializer(ContributionCreationSerializer):
class Meta(ContributionCreationSerializer.Meta):
model = Toolchain
beat_core_class = beat.core.toolchain
beat_core_class = beat.core.toolchain.Toolchain
# ----------------------------------------------------------
......
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