Loading utils/translate_spec.py +0 −4 Original line number Diff line number Diff line Loading @@ -73,10 +73,6 @@ if __name__ == "__main__": if ns_map[schema_tuple[0]].get('skip'): logging.info(f" Skipping {schema_tuple[0]} due to config...") continue # if 'xmldsig' in (schema_tuple[1]): # # TODO - work out what to do here # logging.info(" Skipping XML Dsig...") # continue js = translate_schema(schema_tuple[1], ns_map, schema_locations) # TODO - Special case, get rid of signature Loading Loading
utils/translate_spec.py +0 −4 Original line number Diff line number Diff line Loading @@ -73,10 +73,6 @@ if __name__ == "__main__": if ns_map[schema_tuple[0]].get('skip'): logging.info(f" Skipping {schema_tuple[0]} due to config...") continue # if 'xmldsig' in (schema_tuple[1]): # # TODO - work out what to do here # logging.info(" Skipping XML Dsig...") # continue js = translate_schema(schema_tuple[1], ns_map, schema_locations) # TODO - Special case, get rid of signature Loading