Parcourir la source

update parsejsonschmea

tsteuer il y a 4 ans
Parent
commit
1c8a94c13a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      cdplib/db_migration/ParseJsonSchema.py

+ 2 - 0
cdplib/db_migration/ParseJsonSchema.py

@@ -363,6 +363,8 @@ class ParseJsonSchema(ParseDbSchema):
              # single quotes
             schema = self._clean_desciptions_tags_from_single_quotes(schema)
             schema = self._format_schema_for_mongo(schema)
+        else:
+            schema = self._format_schema_for_mongo(schema)
 
         return schema