Skip to content

Commit a029568

Browse files
MarkDaoustcopybara-github
authored andcommitted
flush=True
PiperOrigin-RevId: 378877486
1 parent ac1efa8 commit a029568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tensorflow_docs/modeling/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def on_epoch_end(self, epoch, logs):
3636
print()
3737

3838
if epoch % self.dot_every == 0:
39-
print('.', end='')
39+
print('.', end='', flush=True)

0 commit comments

Comments
 (0)