Re: [libvirt PATCH v2] scripts: Fix meson-install-symlink.py overwriting existing links

2020-08-05 Thread Pavel Hrdina
On Wed, Aug 05, 2020 at 11:06:29AM +0200, Erik Skultety wrote: > By default, symlink re-creation fails if the link already exists, more > specifically in case of meson-install-symlink.py: > > Traceback (most recent call last): > File "//scripts/meson-install-symlink.py", > line 15, in >

[libvirt PATCH v2] scripts: Fix meson-install-symlink.py overwriting existing links

2020-08-05 Thread Erik Skultety
By default, symlink re-creation fails if the link already exists, more specifically in case of meson-install-symlink.py: Traceback (most recent call last): File "//scripts/meson-install-symlink.py", line 15, in os.symlink(target, link) FileExistsError: File exists: '../default.xml'