On Wed, Aug 05, 2020 at 09:57:17AM +0100, Daniel P. Berrangé wrote:
> On Tue, Aug 04, 2020 at 06:27:08PM +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
On Tue, Aug 04, 2020 at 06:27:08PM +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
>
On Tue, Aug 04, 2020 at 19:48:15 +0200, Martin Kletzander wrote:
> On Tue, Aug 04, 2020 at 06:27:08PM +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 las
On Tue, Aug 04, 2020 at 07:48:15PM +0200, Martin Kletzander wrote:
> On Tue, Aug 04, 2020 at 06:27:08PM +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 l
On Tue, Aug 04, 2020 at 06:27:08PM +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
os.symlink
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'