From fff179739fa39e552c474c6d3ed51025054eb5e3 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Sat, 1 Feb 2020 08:11:54 -0800 Subject: [PATCH] Fix backwards path sep Fixes #875 --- pvlib/iotools/ecmwf_macc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/iotools/ecmwf_macc.py b/pvlib/iotools/ecmwf_macc.py index 4fa8ebd061..fc08eea35f 100644 --- a/pvlib/iotools/ecmwf_macc.py +++ b/pvlib/iotools/ecmwf_macc.py @@ -86,7 +86,7 @@ def get_ecmwf_macc(filename, params, startdate, stopdate, lookup_params=True, key. Please read the documentation in `Access ECMWF Public Datasets `_. Follow the instructions in step 4 and save the ECMWF registration key - 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. This function returns a daemon thread that runs in the background. Exiting Python will kill this thread, however this thread will not block the main