mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 21:18:04 +03:00
7cb6a6062a
When starting many virt-install processes in parallel, some often crash with ERROR [Errno 17] File exists: '/home/kstest/.cache/virt-manager/boot' Fix that by ignoring existing directories instead of explicitly testing for existence. The `exist_ok` parameter exists since Python 3.2, and the minimum supported version is 3.4 now. |
||
---|---|---|
.. | ||
__init__.py | ||
cloudinit.py | ||
installer.py | ||
installerinject.py | ||
installertreemedia.py | ||
unattended.py | ||
urldetect.py | ||
urlfetcher.py | ||
volumeupload.py |