Skip to content

Commit dcd0725

Browse files
committed
Fix
Signed-off-by: elronbandel <[email protected]>
1 parent 5a9bf0e commit dcd0725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unitxt/artifact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def maybe_artifact_object_to_dict(obj):
474474
return obj.__id__
475475
return obj
476476

477-
return json.dumps(source, default=maybe_artifact_object_to_dict)
477+
return json.dumps(source, default=maybe_artifact_object_to_dict, indent=4)
478478

479479

480480
def maybe_artifact_dict_to_object(d):

0 commit comments

Comments
 (0)