qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 13/31] tests/functional: switch over to using self.scratch


From: Thomas Huth
Subject: Re: [PATCH v2 13/31] tests/functional: switch over to using self.scratch_file()
Date: Thu, 12 Dec 2024 10:33:34 +0100
User-agent: Mozilla Thunderbird

On 11/12/2024 18.26, Daniel P. Berrangé wrote:
Replace any instances of

   os.path.join(self.workdir, ".../...")
   self.workdir + "/.../..."

with

   self.scratch_file("...", "...")

which is more compact and portable

Looks much nicer, indeed, thanks for tackling it!

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]