Skip to content

Commit 75d00a9

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c03056c commit 75d00a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aignostics/application/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ def run_share_organization_grant(
13931393
try:
13941394
grant = Service().application_run_share_with_organization(run_id, organization_id=organization_id)
13951395
if format == "json":
1396-
print(json.dumps(grant.model_dump(), indent=2, default=str))
1396+
print(json.dumps(grant.model_dump(mode="json"), indent=2, default=str))
13971397
else:
13981398
console.print(f"Run '{run_id}' is now shared with organization (grant {grant.grant_id}).")
13991399
except NotFoundException:

0 commit comments

Comments
 (0)