On Wed May 22 2002 at 11:46, Jeremy Katz wrote: > > The python code in splitdistro immediately before that line > > determines the value of dirsize. Here is the snip... > [snip] > > The real problem is the for-in loop. Reference to the now-missing ... > disc2dirs should be [] not [""]. The latter is a list with one element > which is the null string. So the for loop iterates over all of the > members of the list which includes "". Thanks! (Makes sense :) Cheers Tony