From 8e4909e288961df980795500cedce298defdc7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Sat, 17 Aug 2019 14:15:55 +0200 Subject: [PATCH] STY: ws --- integrationtests/full_test/crawl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrationtests/full_test/crawl.py b/integrationtests/full_test/crawl.py index 0f60942d..dcc5d94a 100755 --- a/integrationtests/full_test/crawl.py +++ b/integrationtests/full_test/crawl.py @@ -57,7 +57,7 @@ if __name__ == "__main__": c = Crawler(use_cache=True, access=access, verbosity=INFO, food=[ProjectCFood, - AnalysisCFood, ExperimentCFood, - PublicationCFood, SimulationCFood, + AnalysisCFood, ExperimentCFood, + PublicationCFood, SimulationCFood, ]) c.crawl(files) -- GitLab