Index: grit/format/policy_templates/writers/adml_writer.py |
=================================================================== |
--- grit/format/policy_templates/writers/adml_writer.py (revision 139) |
+++ grit/format/policy_templates/writers/adml_writer.py (working copy) |
@@ -108,6 +108,9 @@ |
listbox_elem.appendChild(self._doc.createTextNode(policy_label)) |
elif policy_type == 'group': |
pass |
+ elif policy_type == 'external': |
+ # This type can only be set through cloud policy. |
+ pass |
else: |
raise Exception('Unknown policy type %s.' % policy_type) |