소스 검색

[oozie] Fix python syntax in the forms

Romain Rigaux 10 년 전
부모
커밋
54f1f2c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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):