Add exception info parameters for PackageManager.__exit__()
This commit is contained in:
parent
a69a201e2d
commit
fcc406bda7
@ -75,7 +75,7 @@ class PackageManager:
|
|||||||
self._lockfile.touch(mode=0o000, exist_ok=False)
|
self._lockfile.touch(mode=0o000, exist_ok=False)
|
||||||
yield self
|
yield self
|
||||||
|
|
||||||
def __exit__(self):
|
def __exit__(self, exc_type, exc_value, traceback):
|
||||||
"""Remove the package manager's lockfile. After this lockfile is closed,
|
"""Remove the package manager's lockfile. After this lockfile is closed,
|
||||||
the package manager this class abstracts can perform transactions once again.
|
the package manager this class abstracts can perform transactions once again.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user