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

HUE-6722 [jb] Task progress shows as 1 and not 100%

jdesjean 7 жил өмнө
parent
commit
fb32aef

+ 0 - 1
apps/jobbrowser/src/jobbrowser/yarn_models.py

@@ -428,7 +428,6 @@ class Attempt:
     setattr(self, 'shuffleFinishTimeFormatted', None)
     setattr(self, 'sortFinishTimeFormatted', None)
     setattr(self, 'mapFinishTimeFormatted', None)
-    setattr(self, 'progress', self.progress / 100)
     if not hasattr(self, 'diagnostics'):
       self.diagnostics = ''
     if not hasattr(self, 'assignedContainerId'):