Skip to content

Commit

Permalink
Update updater.py (#4328)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Aug 4, 2020
1 parent 73750df commit d8b0373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _is_outdated_file(self):
ctime = os.path.getmtime(self.updater_file)
outdated = time.time() - ctime >= self.TIMEOUT
if outdated:
logger.debug(f"'{self.updater_file}' is outdated(")
logger.debug(f"'{self.updater_file}' is outdated")
return outdated

def _with_lock(self, func, action):
Expand Down

0 comments on commit d8b0373

Please sign in to comment.