Move cache location. Also, add doctests for exec_utils.
[python_utils.git] / cached / weather_forecast.py
index a413d9f424b3c76d0839a44695310516dee2cdf4..2509f4343b237cf331098a8a65003e1043144b95 100644 (file)
@@ -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'
 )