22/07/2024 15:06, Juraj Linkeš:
>
> On 19. 7. 2024 17:34, Alex Chapman wrote:
> > When running DTS with a git revision specified the following error occurs:
> > $ ./main.py --revision HEAD
> > [...]
> > FileNotFoundError: [Errno 2] No such file or directory:
> > 'dts/<framework.utils.DPDKGitTarball object at 0x78f69e73a5c0>'
> >
> > Fix by casting DPDKGitTarball to Path, in order to stringify it correctly.
> >
> > Bugzilla ID: 1496
> > Fixes: a23f22457dbd ("dts: constrain DPDK source argument")
> >
> > Signed-off-by: Alex Chapman <[email protected]>
> > Reviewed-by: Jack Bond-Preston <[email protected]>
> > Reviewed-by: Luca Vizzarro <[email protected]>
> > Reviewed-by: Paul Szczepanek <[email protected]>
> > ---
> > Hello,
> > Sending this fix to a bug that i discovered.
> >
> > Best Regards,
> > Alex
> > ---
> Reviewed-by: Juraj Linkeš <[email protected]>
>
> Thanks for catching this.
Applied, thanks and welcome.