Эх сурвалжийг харах

HUE-8732 [jb] Convert FINISHED state to SUCCEEDED in API comment

Romain Rigaux 6 жил өмнө
parent
commit
e075de239c

+ 1 - 1
apps/jobbrowser/src/jobbrowser/apis/base_api.py

@@ -77,7 +77,7 @@ class Api(object):
 
   def apps(self, filters): return {'apps': [], 'total': 0}
 
-  def app(self, appid): return {} # Also contains progress (0-100) and status [RUNNING, FINISHED, PAUSED, FAILED]
+  def app(self, appid): return {} # Also contains progress (0-100) and status [RUNNING, SUCCEEDED, PAUSED, FAILED]
 
   def action(self, app_ids, operation): return {}