Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Oct 14, 2021
1 parent 69563b7 commit abfec78
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 @@ -91,7 +91,7 @@ def _show_progress(self, line):

def _filter_progress(self, line):
# print('show_progress: ', len(line), ", ", line)
if not "PROGRESS--" in line:
if "PROGRESS--" not in line:
return line
else:
self._show_progress(line)
Expand Down

0 comments on commit abfec78

Please sign in to comment.