You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Merge branch 'master' into python-2.4
This commit is contained in:
@@ -101,6 +101,9 @@ def do_tests(src_dir, patterns, target_dir, start_with=None, do_verify=False):
|
||||
files = [file for file in files if not 'site-packages' in file]
|
||||
files = [file for file in files if not 'test' in file]
|
||||
if len(files) > 200:
|
||||
# print("Numer of files %d - truncating to last 200" % len(files))
|
||||
# files = files[-200:]
|
||||
print("Numer of files %d - truncating to first 200" % len(files))
|
||||
files = files[:200]
|
||||
|
||||
print(time.ctime())
|
||||
|
Reference in New Issue
Block a user