mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
script: fix a notice message.
Probably broken in commit db836fa (I changed a bunch of print() with sys.stderr.write()).
This commit is contained in:
parent
d4ef245fdc
commit
a82139b3bd
@ -340,7 +340,7 @@ for lang_arg in langs:
|
||||
|
||||
# Ugly hack skipping internal pages
|
||||
if 'wiki' in title or 'Wiki' in title:
|
||||
sys.stderr.write('Skipping', title)
|
||||
sys.stderr.write('Skipping {}'.format(title))
|
||||
continue
|
||||
|
||||
visited_pages += [title]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user