diff --git a/coordinator/gscoordinator/io_utils.py b/coordinator/gscoordinator/io_utils.py index 3c19b67f8875..6bd283e43e9e 100644 --- a/coordinator/gscoordinator/io_utils.py +++ b/coordinator/gscoordinator/io_utils.py @@ -95,7 +95,7 @@ def _filter_progress(self, line): # print('show_progress: ', len(line), ", ", line) if "PROGRESS--GRAPH" not in line: return line - self._show_progress(line) + self._show_progress() return None