summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/MkDistr.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-05-23 15:41:15 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-05-23 15:41:15 (GMT)
commit6f69c504f1303168c4629ce416ea6a65b764dca3 (patch)
tree1fcc25c5e956ddcaf7c7d3c3743a377d9d2bca01 /Mac/scripts/MkDistr.py
parent525819017efa17640f4569c1abd3f0444d4b2a09 (diff)
downloadcpython-6f69c504f1303168c4629ce416ea6a65b764dca3.zip
cpython-6f69c504f1303168c4629ce416ea6a65b764dca3.tar.gz
cpython-6f69c504f1303168c4629ce416ea6a65b764dca3.tar.bz2
Nothing important
Diffstat (limited to 'Mac/scripts/MkDistr.py')
-rw-r--r--Mac/scripts/MkDistr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/MkDistr.py b/Mac/scripts/MkDistr.py
index ceb0aff..c132200 100644
--- a/Mac/scripts/MkDistr.py
+++ b/Mac/scripts/MkDistr.py
@@ -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