From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: Autotest mailing list <autotest@test.kernel.org>
Cc: KVM mailing list <kvm@vger.kernel.org>
Subject: [KVM-AUTOTEST PATCH] Fixing small mistake introduced by changeset:3528
Date: Thu, 13 Aug 2009 01:25:51 -0300 [thread overview]
Message-ID: <1250137551.2921.58.camel@localhost.localdomain> (raw)
When working on changeset:3528, made a mistake on one destination path.
Fixing it.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
Index: trunk/client/tests/kvm/kvm_preprocessing.py
===================================================================
--- trunk/client/tests/kvm/kvm_preprocessing.py (revision 3536)
+++ trunk/client/tests/kvm/kvm_preprocessing.py (working copy)
@@ -292,8 +292,9 @@
" files to PNG format...")
try:
for f in glob.glob(os.path.join(test.debugdir, "*.ppm")):
+ new_path = f.replace(".ppm", ".png")
image = PIL.Image.open(f)
- image.save(history_scrdump_filename, format = 'PNG')
+ image.save(new_path, format = 'PNG')
except NameError:
pass
reply other threads:[~2009-08-13 4:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1250137551.2921.58.camel@localhost.localdomain \
--to=lmr@redhat.com \
--cc=autotest@test.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox