Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

load_subset_and_save_data() missing 1 required positional argument #40

Closed
flowirtz opened this issue Jun 11, 2020 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@flowirtz
Copy link
Contributor

2020-06-11 17:18:24,361 - metoffice_ec2 - ERROR - load_subset_and_save_data() missing 1 required positional argument: 's3' Traceback (most recent call last):

File "scripts/ec2.py", line 130, in loop
load_subset_and_save_data(mo_message, s3) TypeError: load_subset_and_save_data() missing 1 required positional argument: 's3'

This is triggered from this code snippet:

load_subset_and_save_data(mo_message, s3)

whereas the definition is:

def load_subset_and_save_data(mo_message, height_meters, s3):

I didn't see where to get the height from, otherwise I would have fixed it myself.

@flowirtz flowirtz added the bug Something isn't working label Jun 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants