Explorar o código

[oozie] Fix python syntax in the forms

Romain Rigaux %!s(int64=10) %!d(string=hai) anos
pai
achega
54f1f2c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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):