Skip to content

Commit

Permalink
Remove unused parameters (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Oct 27, 2021
1 parent 959cb73 commit 0bc8393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/gscoordinator/io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 0bc8393

Please sign in to comment.