Skip to content

Commit e1f755b

Browse files
committed
1 parent 385674a commit e1f755b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dvc/analytics.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,6 @@ def _find_or_create_user_id():
164164
return user_id
165165

166166
except LockError:
167-
logger.debug("Failed to acquire '{lockfile}'".format(lockfile=lockfile))
167+
logger.debug(
168+
"Failed to acquire '{lockfile}'".format(lockfile=lockfile)
169+
)

0 commit comments

Comments
 (0)