From 34b85e24a2e5c521b5a4544aa28a436ec6c9cfa9 Mon Sep 17 00:00:00 2001 From: xuu Date: Mon, 13 Nov 2017 12:33:55 -0700 Subject: [PATCH] format policy output --- utils/schema-check/dn42-schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/schema-check/dn42-schema.py b/utils/schema-check/dn42-schema.py index 72883e5a5..c4c294368 100755 --- a/utils/schema-check/dn42-schema.py +++ b/utils/schema-check/dn42-schema.py @@ -846,7 +846,7 @@ if __name__ == '__main__': status = test_policy(args["type"], args["name"], args["mntner"]) - print("POLICY", args["mntner"], args["type"], args["name"], status) + print("POLICY %12s\t%12s\t%20s\t%s" %(args["mntner"], args["type"], args["name"], status)) if status != "PASS": sys.exit(1)