Commit 4d1e5b9a authored by Łukasz Nowak's avatar Łukasz Nowak

Fixups.

parent 01f26ff6
...@@ -93,10 +93,10 @@ promise_dict = {\n ...@@ -93,10 +93,10 @@ promise_dict = {\n
}\n }\n
\n \n
pas_difference = getPASDictDifference(portal, promise_dict)\n pas_difference = getPASDictDifference(portal, promise_dict)\n
if pas_difference is not None:\n if len(pas_difference) != 0:\n
severity = 1\n severity = 1\n
summary = "PAS not configured as expected"\n summary = "PAS not configured as expected"\n
detail = "Difference %s" % (pas_difference, )\n detail = "Difference %s" % (\'\\n\'.join(pas_difference), )\n
if fixit:\n if fixit:\n
mergePASDict(portal, promise_dict)\n mergePASDict(portal, promise_dict)\n
else:\n else:\n
......
122 123
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment