Explorar el Código

update parsejsonschmea

tsteuer hace 4 años
padre
commit
1c8a94c13a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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