Selaa lähdekoodia

wip in dereferencing

tanja 5 vuotta sitten
vanhempi
commit
adb0d8f736
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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