From 6f44f5c40a81b3afccda8f64a18423ffbad22dce Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 20 Dec 2013 14:22:53 +0100 Subject: [PATCH] [entropy.locks] UpdatesNotificationResourceLock: do not dictate any particular lock mode --- lib/entropy/locks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entropy/locks.py b/lib/entropy/locks.py index 22bc5f36c..c7499d4fb 100644 --- a/lib/entropy/locks.py +++ b/lib/entropy/locks.py @@ -489,7 +489,7 @@ class UpdatesNotificationResourceLock(ResourceLock): If you want to run an install queue, acquire this in shared mode, if you want to notify available updates, try to acquire this in - exclusive non blocking mode. + exclusive mode. """ def __init__(self, output=None):