Skip to content
Snippets Groups Projects
  • Damian Johnson's avatar
    fc76344d
    Surface errors when health check fails · fc76344d
    Damian Johnson authored
    Oops, since we iterate it suppresses errors resulting in a pretty unhelpful
    notice...
    
      Traceback (most recent call last):
        File "/srv/doctor.torproject.org/doctor/relay_check.py", line 63, in <module>
          main()
        File "/srv/doctor.torproject.org/doctor/relay_check.py", line 32, in main
          ))[0]
      IndexError: list index out of range
    fc76344d
    History
    Surface errors when health check fails
    Damian Johnson authored
    Oops, since we iterate it suppresses errors resulting in a pretty unhelpful
    notice...
    
      Traceback (most recent call last):
        File "/srv/doctor.torproject.org/doctor/relay_check.py", line 63, in <module>
          main()
        File "/srv/doctor.torproject.org/doctor/relay_check.py", line 32, in main
          ))[0]
      IndexError: list index out of range