Skip to content

Commit

Permalink
Update profile_manager.py
Browse files Browse the repository at this point in the history
Signed-off-by: pem70 <[email protected]>
  • Loading branch information
pem70 committed Jun 10, 2024
1 parent 935f20d commit 95ac994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/profile_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def get_profile(
)
except jsonschema.exceptions.UnknownType as exc:
logger.error(f"Unknown type is found in schema_json, {exc}")
raise jsonschema.exceptions.UnknownType(f"Unknown type is found in schema_json, exc")
raise jsonschema.exceptions.UnknownType(f"Unknown type is found in schema_json, {exc}")

Check warning on line 203 in src/core/zowe/core_for_zowe_sdk/profile_manager.py

View check run for this annotation

Codecov / codecov/patch

src/core/zowe/core_for_zowe_sdk/profile_manager.py#L203

Added line #L203 was not covered by tests
except jsonschema.exceptions.FormatError as exc:
logger.error(f"Validating a format config_json failed for schema_json, {exc}")
raise jsonschema.exceptions.FormatError(f"Validating a format config_json failed for schema_json, {exc}")
Expand Down

0 comments on commit 95ac994

Please sign in to comment.