Prechádzať zdrojové kódy

wip in fixing dereferencing

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