From 051ee6f41ba19d43db5d33333234263bf58976bf Mon Sep 17 00:00:00 2001 From: kuwayamamasayuki Date: Sun, 5 May 2019 14:36:02 +0900 Subject: [PATCH] add "problems=problems" as an argument of schedule.Validate (). --- feedvalidator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedvalidator.py b/feedvalidator.py index 06de811e..7391dad1 100755 --- a/feedvalidator.py +++ b/feedvalidator.py @@ -590,7 +590,7 @@ def RunValidation(feed, options, problems): schedule = loader.Load() # Start validation: children are already validated by the loader. schedule.Validate(service_gap_interval=options.service_gap_interval, - validate_children=False) + validate_children=False, problems=problems) if feed == 'IWantMyvalidation-crash.txt': # See tests/testfeedvalidator.py