From ed47f1a0c31184280a303563237e34c0e53437d7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Mon, 25 Oct 2021 15:05:02 -0700 Subject: Move cache location. Also, add doctests for exec_utils. --- cached/weather_forecast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cached/weather_forecast.py') diff --git a/cached/weather_forecast.py b/cached/weather_forecast.py index a413d9f..2509f43 100644 --- a/cached/weather_forecast.py +++ b/cached/weather_forecast.py @@ -27,7 +27,7 @@ cfg = config.add_commandline_args( cfg.add_argument( '--weather_forecast_cachefile', type=str, - default=f'{os.environ["HOME"]}/.weather_forecast_cache', + default=f'{os.environ["HOME"]}/cache/.weather_forecast_cache', metavar='FILENAME', help='File in which to cache weather data' ) -- cgit v1.3