Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to continue using peps_download #48

Open
scpsc opened this issue Jan 30, 2024 · 1 comment
Open

Update to continue using peps_download #48

scpsc opened this issue Jan 30, 2024 · 1 comment

Comments

@scpsc
Copy link

scpsc commented Jan 30, 2024

Hi,

Some change in the code is necessary, line 390, to use peps_download.py as of today (30/01/2024):

if storage_dict[prod] == "disk":

Should be replaced by:

if storage_dict[prod] in ["disk", "tier2"]:

@olivierhagolle
Copy link
Owner

Thanks ! It seems I have not been using if for a while...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants