Explorar o código

wip in dereferencing

tanja %!s(int64=4) %!d(string=hai) anos
pai
achega
adb0d8f736
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cdplib/db_migration/ParseJsonSchema.py

+ 1 - 1
cdplib/db_migration/ParseJsonSchema.py

@@ -374,7 +374,7 @@ class ParseJsonSchema(ParseDbSchema):
         definitions_flag = self._analyze_schema(schema)
 
         if definitions_flag:
-            schema = self._dereference_schema(schema)
+            schema = self._dereference_schema(schema_path)
 
         return schema