mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-20 14:03:52 +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.