1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 07:55:06 +03:00

generator: Change type of quiet to bool

Use `bool` instead of `int`.

Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
Philipp Hahn 2018-11-20 10:03:29 +01:00 committed by Jano Tomko
parent ab1147f524
commit 443403e7fe

View File

@ -2157,7 +2157,7 @@ def lxcBuildWrappers(module):
fd.close()
quiet = 0
quiet = False
if not os.path.exists("build"):
os.mkdir("build")