Skip to content

Commit

Permalink
Merge pull request #783 from E0911CD45B19686/patch-3
Browse files Browse the repository at this point in the history
Update `prepare_reformat` to pass `preview` data. Fixes #782
  • Loading branch information
UltimaHoarder authored Feb 4, 2021
2 parents 0eafe1e + bd6c89f commit b54f902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/prepare_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def __init__(self, option, keep_vars=False):
self.text_length = option.get('text_length', self.maximum_length)
self.directory = option.get(
'directory')
self.preview = option.get('preview')
if not keep_vars:
for key, value in self:
print
Expand Down

0 comments on commit b54f902

Please sign in to comment.