Skip to content

Commit 578a70f

Browse files
mikofskicwhanse
authored andcommitted
Fix backwards path sep (pvlib#876)
Fixes pvlib#875
1 parent 1200266 commit 578a70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/iotools/ecmwf_macc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_ecmwf_macc(filename, params, startdate, stopdate, lookup_params=True,
8686
key. Please read the documentation in `Access ECMWF Public Datasets
8787
<https://confluence.ecmwf.int/display/WEBAPI/Access+ECMWF+Public+Datasets>`_.
8888
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.
89+
as `$HOME/.ecmwfapirc` or set `ECMWF_API_KEY` as the path to the key.
9090
9191
This function returns a daemon thread that runs in the background. Exiting
9292
Python will kill this thread, however this thread will not block the main

0 commit comments

Comments
 (0)