Skip to content

Commit 35632f1

Browse files
committed
args.p will be 256 by default
1 parent 4075c7d commit 35632f1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tools/test-my-pr.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ def getpackages():
146146
args.packages = getpackages()
147147
random.shuffle(args.packages)
148148

149-
if args.p is None and args.packages:
150-
args.p = len(args.packages)
151-
152149
print('\n'.join(args.packages[:20]))
153150

154151
if not lib.check_requirements():

0 commit comments

Comments
 (0)