Skip to content

Cannot reload the same identity file in case of error #60

@ahazeltonNF

Description

@ahazeltonNF

Adding exception handling around the openziti.load method to catch a load failure with the intention of correcting the error and attempting to load again does not work and just hangs in the second call to load.
Sample code:

try:
  openziti.load('myIdentity.json')
except:
  # Fix the error with the file and try again
  openziti.load('myIdentity.json') # Hangs here

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions