Skip to content

Commit

Permalink
fix: remove codiceIPA workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Jul 29, 2024
1 parent 229aa17 commit 9db322e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ def run(gh, since, dry_run, lang):
print(f"🚫 {url} is not a GitHub repo. Only GitHub is supported for now.")
continue

if "codiceIPA is " in log.formatted_error_output:
print(f"skipping {url} (codiceIPA is...)")
continue

# Ignore some reachability errors until we implement
# https://github.com/italia/publiccode-issueopener/issues/24
if ": forbidden resource" in log.formatted_error_output:
Expand Down

0 comments on commit 9db322e

Please sign in to comment.