Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions torchx/schedulers/local_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ def __iter__(self) -> "LogIterator":
self._check_finished() # check to see if app has finished running

if os.path.isfile(self._log_file):
time.sleep(0.1) # fix timing issue
self._log_fp = open(
self._log_file,
mode="rt",
Expand Down
Loading