Jelajahi Sumber

[oozie] Fix python syntax in the forms

Romain Rigaux 10 tahun lalu
induk
melakukan
54f1f2c
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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):