We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96048f commit 560f090Copy full SHA for 560f090
1 file changed
src/jmcomic/jm_option.py
@@ -210,7 +210,7 @@ def copy_option(self):
210
dir_rule={
211
'rule': self.dir_rule.rule_dsl,
212
'base_dir': self.dir_rule.base_dir,
213
- 'normalize_zh': getattr(self.dir_rule, 'normalize_zh', None),
+ 'normalize_zh': self.dir_rule.normalize_zh,
214
},
215
download=self.download.src_dict,
216
client=self.client.src_dict,
@@ -336,7 +336,7 @@ def deconstruct(self) -> Dict:
336
'dir_rule': {
337
338
339
340
341
'download': self.download.src_dict,
342
'client': self.client.src_dict,
0 commit comments