Explorar o código

wip in fixing dereferencing

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

+ 0 - 1
cdplib/db_migration/ParseJsonSchema.py

@@ -48,7 +48,6 @@ class ParseJsonSchema(ParseDbSchema):
 
         for schema_path in schema_paths:
             try:
-                with open(schema_path, "r") as f:
                 # Load schmea dereferenced and cleaned by default values
                 self.schemas.append(self._dereference_schema(schema_path))