biplobsd / OneClickRun

Another colab notebook!
https://ocr.biplobsd.me
GNU General Public License v3.0
563 stars 453 forks source link

Correct Exception Handling for ArgoTunnel #16

Closed OliverCWY closed 3 years ago

OliverCWY commented 3 years ago

re.search will return None when it is not able to find the pattern and will result in AttributeError when trying to get None.group(1)

biplobsd commented 3 years ago

Thanks @OliverCWY