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
When calling bucky data sync, we have to checkout a number of git repos (done via subcommands) and use urllib to download some other data sources.
We should add a flag to the cli (either at the root level so bucky [-flag here] subcommand or as part of the data subcommand bucky data [-flag] sync] that will disable all ssl verification in the calls to urllib and the cmdline execution of git that occurs in https://github.com/mattkinsey/bucky/blob/poetry/bucky/util/data_sync.py
Kate added this to the old data pulling script so she can point you to the correct context to use to wrap the urllib calls.
The text was updated successfully, but these errors were encountered:
When calling
bucky data sync
, we have to checkout a number of git repos (done via subcommands) and use urllib to download some other data sources.We should add a flag to the cli (either at the root level so
bucky [-flag here] subcommand
or as part of the data subcommandbucky data [-flag] sync]
that will disable all ssl verification in the calls to urllib and the cmdline execution of git that occurs in https://github.com/mattkinsey/bucky/blob/poetry/bucky/util/data_sync.pyKate added this to the old data pulling script so she can point you to the correct context to use to wrap the urllib calls.
The text was updated successfully, but these errors were encountered: