diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-07-26 23:06:10 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-07-26 23:31:33 -0400 |
commit | 987170ede11a4751f931bf531a8e5599315029a7 (patch) | |
tree | 9836df104e39fb698e699af07e5da86115177e7e /configs/Barreleye.py | |
parent | 6173a8965e28e2bc2981f90eaee3c5ee1b44c5e9 (diff) | |
download | talos-skeleton-987170ede11a4751f931bf531a8e5599315029a7.tar.gz talos-skeleton-987170ede11a4751f931bf531a8e5599315029a7.zip |
Remove unused CACHE_PATH variable from configs
The library function doing the caching now makes the
parent directory if it doesn't exist so also removing
that bit of code from the system manager.
Change-Id: I30a55737a51e698d977dbc3f30208db1d4e0e87e
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configs/Barreleye.py')
-rw-r--r-- | configs/Barreleye.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/Barreleye.py b/configs/Barreleye.py index 66eee6c..2b6a5aa 100644 --- a/configs/Barreleye.py +++ b/configs/Barreleye.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Barreleye" |