Skip to content

Commit d2b00b3

Browse files
author
Diego Davila
committed
fixing identation
1 parent 6168861 commit d2b00b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stashcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def get_best_stashcache():
559559
os.path.join(prefix, "usr/local/share/stashcache/caches.json")]
560560
if resource_filename:
561561
try:
562-
cache_files.append(resource_filename(__name__, 'caches.json'))
562+
cache_files.append(resource_filename(__name__, 'caches.json'))
563563
except IOError as ioe:
564564
logging.debug("Unable to retrieve caches.json using resource string, trying other locations")
565565

0 commit comments

Comments
 (0)