Ver código fonte

[oozie] Fix python syntax in the forms

Romain Rigaux 10 anos atrás
pai
commit
54f1f2c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      apps/oozie/src/oozie/forms.py

+ 2 - 2
apps/oozie/src/oozie/forms.py

@@ -53,10 +53,10 @@ class ParameterForm(forms.Form):
       'hue-id-b',
   )
 
-  RERUN_HIDE_PARAMETERS = {
+  RERUN_HIDE_PARAMETERS = (
       'security_enabled',
       'dryrun'
-  }
+  )
 
   @staticmethod
   def get_initial_params(conf_dict):