Skip to content

Commit 97be7ec

Browse files
committed
fixup
1 parent eb8f895 commit 97be7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mig/shared/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2831,7 +2831,7 @@ def format_output(
28312831
logger = configuration.logger
28322832
#logger.debug("format output to %s" % outputformat)
28332833
valid_formats = get_valid_outputformats()
2834-
(val_ret, val_msg) = validate(out_obj)
2834+
(val_ret, val_msg) = validate(out_obj, configuration)
28352835
if not val_ret:
28362836
logger.error("%s formatting failed: %s (%s)" %
28372837
(outputformat, val_msg, val_ret))

0 commit comments

Comments
 (0)