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
Arcas currently crashes instead of exiting cleanly when you don't specify any options on the cmdline:
(env) blair@athos:~/sandbox/Arcas/bin$ python arcas_scrape
Traceback (most recent call last):
File "arcas_scrape", line 45, in <module>
url = api.create_url_search(parameters)
File "/home/blair/sandbox/Arcas/src/arcas/tools.py", line 30, in create_url_search
url += parameters[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Arcas currently crashes instead of exiting cleanly when you don't specify any options on the cmdline:
The text was updated successfully, but these errors were encountered: