On 06/10/2010 08:30 PM, Chris Lumens wrote:
+ if not os.path.isfile(attribute):Do we care about symlinks?Yes, likely. Added "or not os.path.islink(attribute)".
Should be 'and not ...', no? otherwise it succeeds for regular files too (and the filter is then empty and nothing can be installed).
Ales _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list