Prechádzať zdrojové kódy

wip in dereferencing

tanja 4 rokov pred
rodič
commit
adb0d8f736
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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