소스 검색

update parsejsonschmea

tsteuer 4 년 전
부모
커밋
1c8a94c13a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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