emergenzeHack / covid19italia

Condividiamo informazioni e segnalazioni sul COVID19
https://www.covid19italia.help
MIT License
75 stars 42 forks source link

Fix: fetch only modified issues #562

Closed trampfox closed 4 years ago

trampfox commented 4 years ago

This PR fixes the following error that occur when the action UpdateCSV is exececuted in the _emergenzeHack/covid19italiasegnalazioni repository:

Traceback (most recent call last):
  File "../../scripts/github2CSV.py", line 266, in <module>
    g = get_github_client()
  File "../../scripts/github2CSV.py", line 85, in get_github_client
    if not REPO_NAME:
UnboundLocalError: local variable 'REPO_NAME' referenced before assignment