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 <th...@redhat.com>


Reply via email to