-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--fail-on-error overlaps with --fail #103
Labels
bug
Something isn't working
Comments
That option was added in: 68fe390 See also: |
Potential solutions:
|
Demo:
|
simonw
added a commit
that referenced
this issue
Jan 30, 2023
simonw
added a commit
that referenced
this issue
Jan 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I built
--fail
in #102 I missed thatshot-scraper multi
already has a similar option,--fail-on-error
.That option turns out to not do much though:
shot-scraper/shot_scraper/cli.py
Lines 352 to 357 in 378a27c
shot-scraper/shot_scraper/cli.py
Lines 439 to 444 in 378a27c
That's the only place it actually has an impact: if a page times out and
--fail-on-error
is set then you get an error, otherwise it gets skipped.The text was updated successfully, but these errors were encountered: