Explorar el Código

wip in dereferencing

tanja hace 4 años
padre
commit
adb0d8f736
Se han modificado 1 ficheros con 1 adiciones y 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