Nothing important

This commit is contained in:
Jack Jansen 1997-05-23 15:41:15 +00:00
parent 525819017e
commit 6f69c504f1
3 changed files with 30 additions and 30 deletions

View file

@ -225,7 +225,7 @@ class Main:
else:
rv.append(fullname)
for d in todo:
if len(rv) > 100:
if len(rv) > 500:
if istop:
rv.append('... and more ...')
return rv