You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Small typo
This commit is contained in:
@@ -111,8 +111,8 @@ def do_tests(src_dir, patterns, target_dir, start_with=None,
|
|||||||
files = [file for file in files if not 'site-packages' in file]
|
files = [file for file in files if not 'site-packages' in file]
|
||||||
files = [file for file in files if not 'test' in file]
|
files = [file for file in files if not 'test' in file]
|
||||||
if len(files) > max_files:
|
if len(files) > max_files:
|
||||||
# print("Numer of files %d - truncating to last 200" % len(files))
|
# print("Number of files %d - truncating to last 200" % len(files))
|
||||||
print("Numer of files %d - truncating to first %s" %
|
print("Number of files %d - truncating to first %s" %
|
||||||
(len(files), max_files))
|
(len(files), max_files))
|
||||||
files = files[:max_files]
|
files = files[:max_files]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user