refactor: propagate lossless_reconstruction option to clean_options in PageContext
This commit is contained in:
@@ -140,6 +140,7 @@ class PageContext:
|
||||
setattr(clean_options, key, value)
|
||||
except TypeError:
|
||||
continue
|
||||
clean_options.lossless_reconstruction = self.options.lossless_reconstruction
|
||||
state['options'] = clean_options
|
||||
|
||||
# Handle stream inputs
|
||||
|
||||
Reference in New Issue
Block a user