You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the linter on the current main branch throws this error at the end:
Traceback (most recent call last):
File "/home/ewpratten/projects/lg.ring.nlnog.net/communities/lint.py", line 88, in <module>
check_communities()
File "/home/ewpratten/projects/lg.ring.nlnog.net/communities/lint.py", line 70, in check_communities
(warnings, lines) = check_communitydesc(filename)
File "/home/ewpratten/projects/lg.ring.nlnog.net/communities/lint.py", line 39, in check_communitydesc
if f"as{asn}.txt" != filename.split("/")[-1] and not is_private(asn):
File "/home/ewpratten/projects/lg.ring.nlnog.net/communities/lint.py", line 15, in is_private
asn = int(asn)
ValueError: invalid literal for int() with base 10: 'soo 201376'
The text was updated successfully, but these errors were encountered:
Thanks, it’s a thing I still need to fix after adding support for
large and extended communities. I hope to find some time for it later
this week.
Cheers,
Teun
On 29 Oct 2022, at 3:28, Evan Pratten wrote:
Running the linter on the current `main` branch throws this error at
the end:
```
Traceback (most recent call last):
File
"/home/ewpratten/projects/lg.ring.nlnog.net/communities/lint.py", line
88, in <module>
check_communities()
File
"/home/ewpratten/projects/lg.ring.nlnog.net/communities/lint.py", line
70, in check_communities
(warnings, lines) = check_communitydesc(filename)
File
"/home/ewpratten/projects/lg.ring.nlnog.net/communities/lint.py", line
39, in check_communitydesc
if f"as{asn}.txt" != filename.split("/")[-1] and not
is_private(asn):
File
"/home/ewpratten/projects/lg.ring.nlnog.net/communities/lint.py", line
15, in is_private
asn = int(asn)
ValueError: invalid literal for int() with base 10: 'soo 201376'
```
--
Reply to this email directly or view it on GitHub:
#70
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
Running the linter on the current
mainbranch throws this error at the end:The text was updated successfully, but these errors were encountered: