> > + # Cancel any previously scheduled migrate actions first. > > + for entry in partlist: > > + action = anaconda.storage.devicetree.findActions(device=entry[1], > > + type="migrate") > > findActions will return a list of actions, possibly empty. Okay, updated to loop over action and cancel everything. > > + if action: > > + # the migrate action has already been scheduled > > + continue > > Surely the above won't ever happen if you've just canceled all > previously scheduled migrate actions. Ah yes, you are correct. I'll change that too. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list