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 <alex.chap...@arm.com> > > Reviewed-by: Jack Bond-Preston <jack.bond-pres...@arm.com> > > Reviewed-by: Luca Vizzarro <luca.vizza...@arm.com> > > Reviewed-by: Paul Szczepanek <paul.szczepa...@arm.com> > > --- > > Hello, > > Sending this fix to a bug that i discovered. > > > > Best Regards, > > Alex > > --- > Reviewed-by: Juraj Linkeš <juraj.lin...@pantheon.tech> > > Thanks for catching this.
Applied, thanks and welcome.