We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6168861 commit d2b00b3Copy full SHA for d2b00b3
1 file changed
stashcp/__init__.py
@@ -559,7 +559,7 @@ def get_best_stashcache():
559
os.path.join(prefix, "usr/local/share/stashcache/caches.json")]
560
if resource_filename:
561
try:
562
- cache_files.append(resource_filename(__name__, 'caches.json'))
+ cache_files.append(resource_filename(__name__, 'caches.json'))
563
except IOError as ioe:
564
logging.debug("Unable to retrieve caches.json using resource string, trying other locations")
565
0 commit comments