--- yum/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yum/__init__.py b/yum/__init__.py index 3b6ed82..37ab468 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -2165,6 +2165,7 @@ much more problems). self._unlock(lockfile) continue if oldpid == os.getpid(): # if we own the lock, we're fine + ret = 1 break # Another copy seems to be running. msg = _('Existing lock %s: another copy is running as pid %s.') % (lockfile, oldpid) -- 1.8.5.3
_______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel