We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7100c6b commit a18ee10Copy full SHA for a18ee10
1 file changed
pvlib/iotools/ecmwf_macc.py
@@ -86,7 +86,7 @@ def get_ecmwf_macc(filename, params, startdate, stopdate, lookup_params=True,
86
key. Please read the documentation in `Access ECMWF Public Datasets
87
<https://confluence.ecmwf.int/display/WEBAPI/Access+ECMWF+Public+Datasets>`_.
88
Follow the instructions in step 4 and save the ECMWF registration key
89
- as `$HOME\.ecmwfapirc` or set `ECMWF_API_KEY` as the path to the key.
+ as `$HOME/.ecmwfapirc` or set `ECMWF_API_KEY` as the path to the key.
90
91
This function returns a daemon thread that runs in the background. Exiting
92
Python will kill this thread, however this thread will not block the main
0 commit comments