mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 05:11:00 +00:00
Strip whitespace.
This commit is contained in:
parent
34be2a687c
commit
973fb6f565
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ def get_file(type_str, open_files, basedir):
|
|||
fd = codecs.open(os.path.join(basedir, filename), 'w', encoding)
|
||||
open_files[type_str] = fd
|
||||
write_html_header(fd, type_str, encoding)
|
||||
return open_files[type_str]
|
||||
return open_files[type_str]
|
||||
|
||||
def close_files(open_files):
|
||||
for fp in open_files.values():
|
||||
|
|
|
|||
Loading…
Reference in a new issue