We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to reproduce, run the code:
from icoscp.stilt import stiltstation stations = stiltstation.find(country="sweden",outfmt='list')
Result:
/opt/conda/lib/python3.8/site-packages/icoscp/stilt/stiltstation.py in <listcomp>(.0) 301 def __get_object(stations): 302 --> 303 return [StiltStation().get_info(stations[st]) for st in stations.keys()] 304 305 TypeError: __init__() missing 1 required positional argument: 'st_dict' )
The text was updated successfully, but these errors were encountered:
Branch: ad_stiltstation_find_outfmt_list_issue71
Sorry, something went wrong.
altix
Successfully merging a pull request may close this issue.
In order to reproduce, run the code:
Result:
The text was updated successfully, but these errors were encountered: