Skip to content

Commit

Permalink
Merge pull request #24 from shello/export-cache
Browse files Browse the repository at this point in the history
Bug fix with cache exports
  • Loading branch information
dzuk-mutant committed Feb 12, 2020
2 parents d543128 + 9be109c commit 3e056bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions export_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def run(self):
final_path = dest_paths.format_path(self.path, emoji, f)
cache_hit = False
if self.cache:
dest_paths.make_dir_structure_for_file(final_path)
cache_hit = self.cache.load_from_cache(emoji, f,
final_path)
if not cache_hit:
Expand Down

0 comments on commit 3e056bd

Please sign in to comment.