Fix typo.
This commit is contained in:
parent
79795115f0
commit
75b1d6c08d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def generate_comic_testers():
|
||||||
"""For each comic scraper, create a test class."""
|
"""For each comic scraper, create a test class."""
|
||||||
g = globals()
|
g = globals()
|
||||||
if "TRAVIS" in os.environ:
|
if "TRAVIS" in os.environ:
|
||||||
# get limited number of scraper tests on Travis builds
|
# Get limited number of scraper tests on Travis builds.
|
||||||
max_scrapers = 200
|
max_scrapers = 200
|
||||||
scraperclasses = islice(scraper.get_scraperclasses(), 0, max_scrapers)
|
scraperclasses = islice(scraper.get_scraperclasses(), 0, max_scrapers)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue