Skip to content

Commit

Permalink
Changes as requested in the review
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaffatarek124eru committed Feb 6, 2025
1 parent 013e0ca commit 1650a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/config/cc_ubuntu_pro.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def configure_pro(token, enable=None):
) from e

try:
enable_resp: Dict[str, Any] = json.loads(enable_stdout)
enable_resp = json.loads(enable_stdout)
except json.JSONDecodeError as e:
raise RuntimeError(
f"Pro response was not json: {enable_stdout}"
Expand Down

0 comments on commit 1650a82

Please sign in to comment.