diff --git a/integrationtests/full_test/crawl.py b/integrationtests/full_test/crawl.py index 0f60942d7d8af5c2ccd4680165f2002163026959..dcc5d94ad6016d996d7034bfc4bc5d1ab6d6c647 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)