Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ummae committed Sep 6, 2019
1 parent c5a1b7d commit 9a34769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buffalo/misc/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ def update(self, step):
self.t = t
self.logger(self.get_msg())

def refresh(self):
# backward-compatability
pass

pbar = ProgressBar
iter_pbar = ProgressBar

Expand Down

0 comments on commit 9a34769

Please sign in to comment.