Thanks a lot for the reviewing! I'm going to send another revision soon. On Fri, 10/10 14:07, Markus Armbruster wrote: > Fam Zheng <f...@redhat.com> writes: > > + try: > > + os.remove(target_img) > > + except OSError: > > + pass > > Why do you need to wrap removal of target_img in a try now?
It's not present for blockdev-backup tests. Fam