From 5ff582ea329ff7a11af0e9ec2891d0de25d397d5 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 7 Aug 2024 12:12:58 +0200 Subject: [PATCH] Fix typo in creator method --- server/vbv_lernwelt/learnpath/creators.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/vbv_lernwelt/learnpath/creators.py b/server/vbv_lernwelt/learnpath/creators.py index d32807c5..d238e6eb 100644 --- a/server/vbv_lernwelt/learnpath/creators.py +++ b/server/vbv_lernwelt/learnpath/creators.py @@ -87,9 +87,8 @@ def assign_de_circles_to_profiles(): assign_circle_to_profile("Rechtsstreitigkeiten", COURSE_PROFILE_NICHTLEBEN_CODE) assign_circle_to_profile("Reisen", COURSE_PROFILE_NICHTLEBEN_CODE) assign_circle_to_profile("Wohneigentum", COURSE_PROFILE_NICHTLEBEN_CODE) - assign_circle_to_profile("Selbstständigkeit", COURSE_PROFILE_NICHTLEBEN_CODE) assign_circle_to_profile( - "Selbstständigkeit", COURSE_PROFILE_LEBEN_CODE + "Selbstständigkeit", COURSE_PROFILE_NICHTLEBEN_CODE ) # typo, but that's how it is in prod data assign_circle_to_profile("KMU", COURSE_PROFILE_NICHTLEBEN_CODE) @@ -97,7 +96,6 @@ def assign_de_circles_to_profiles(): assign_circle_to_profile("Pensionierung", COURSE_PROFILE_LEBEN_CODE) assign_circle_to_profile("Erben/Vererben", COURSE_PROFILE_LEBEN_CODE) assign_circle_to_profile("Sparen", COURSE_PROFILE_LEBEN_CODE) - assign_circle_to_profile("Selbstständigkeit", COURSE_PROFILE_LEBEN_CODE) assign_circle_to_profile( "Selbstständigkeit", COURSE_PROFILE_LEBEN_CODE ) # typo, but that's how it is in prod data