You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR __load_grooves_from_cache Unable to load grooves from cache
'/home/bill/.linuxband/grooves.cache'
Traceback (most recent call last):
File "/usr/share/linuxband/linuxband/mma/grooves.py", line 143, in __load_grooves_from_cache
infile = file(fname, 'r')
IOError: [Errno 2] No such file or directory: '/home/bill/.linuxband/grooves.cache'
04:22:25 INFO __cache_grooves Stored 0 groove patterns in cache
'/home/bill/.linuxband/grooves.cache'
The text was updated successfully, but these errors were encountered:
exception thrown here --> https://github.com/noseka1/linuxband/blob/master/src/main/python/linuxband/mma/grooves.py#L148
does this really need to be an exception? especially on first run - the very next thing the script does is to create the cache --> https://github.com/noseka1/linuxband/blob/master/src/main/python/linuxband/mma/grooves.py#L40; and the '__load_grooves_from_cache()' method is called only in that one place
The text was updated successfully, but these errors were encountered: