Comment 2 for bug 943000

Revision history for this message
C de-Avillez (hggdh2) wrote :

Well. Following the backtrace we see:

403 for image in image_list:
404 if os.path.exists(image.file):
405 contents = self.write_pxe_file(filename=None, system=None,
406 profile=None, distro=None, arch=image.arch, image=image)

and distro is not otherwise set in write_pxe_file. So, no wonder the code barfs there.

Going on a limb, and marking confirmed.