Explorar o código

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

Romain Rigaux %!s(int64=6) %!d(string=hai) anos
pai
achega
e075de239c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/jobbrowser/src/jobbrowser/apis/base_api.py

+ 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 {}