Skip to content

Commit d8b0373

Browse files
authored
Update updater.py (#4328)
1 parent 73750df commit d8b0373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _is_outdated_file(self):
3434
ctime = os.path.getmtime(self.updater_file)
3535
outdated = time.time() - ctime >= self.TIMEOUT
3636
if outdated:
37-
logger.debug(f"'{self.updater_file}' is outdated(")
37+
logger.debug(f"'{self.updater_file}' is outdated")
3838
return outdated
3939

4040
def _with_lock(self, func, action):

0 commit comments

Comments
 (0)