Skip to content

Commit 1713944

Browse files
committed
remove docstring in write_to_stats() causing sphinx build to fail
1 parent d4d3671 commit 1713944

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

itemloaders/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -449,15 +449,10 @@ def write_to_stats(
449449
):
450450
"""Responsible for logging the parser rules usage.
451451
452-
NOTES: It's hard to easily denote which parser rule hasn't produced any
453-
data for the entire crawl, since ItemLoaders essentially don't know
454-
when the spider is going to be closed, as well as it has many
455-
instantiations all throughout the code.
456-
457452
The implementation below where each missing parsed_data is being logged
458453
to the stat is clunky, but necessary. With this, we can only surmise
459454
that it's safe to remove parser fallback parser if it's all just
460-
'*/missing' in the stats.
455+
'.../missing' in the stats.
461456
"""
462457

463458
if not self.stats or not field_name:

0 commit comments

Comments
 (0)