We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8f895 commit 97be7ecCopy full SHA for 97be7ec
mig/shared/output.py
@@ -2831,7 +2831,7 @@ def format_output(
2831
logger = configuration.logger
2832
#logger.debug("format output to %s" % outputformat)
2833
valid_formats = get_valid_outputformats()
2834
- (val_ret, val_msg) = validate(out_obj)
+ (val_ret, val_msg) = validate(out_obj, configuration)
2835
if not val_ret:
2836
logger.error("%s formatting failed: %s (%s)" %
2837
(outputformat, val_msg, val_ret))
0 commit comments