Bläddra i källkod

wip in fixing dereferencing

tanja 5 år sedan
förälder
incheckning
d754fe5b37
1 ändrade filer med 0 tillägg och 1 borttagningar
  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))