Compare commits

..

No commits in common. "eb2d56da33322801581e570877f7c89faea80727" and "b050feb8ca5ac73d5bfcb73d39dee65f0a5a3b07" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View file

@ -1,9 +1,3 @@
## 0.2.0a24 (2026-01-01)
### Fix
- error only if default
## 0.2.0a23 (2026-01-01) ## 0.2.0a23 (2026-01-01)
### Feat ### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_display" name = "rougail.output_display"
version = "0.2.0a24" version = "0.2.0a23"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail output display" description = "Rougail output display"

View file

@ -310,7 +310,6 @@ class Node:
try: try:
value = meta_option.value.get() value = meta_option.value.get()
except ValueError as err: except ValueError as err:
if not isdefault:
meta_option._set_subconfig() meta_option._set_subconfig()
self.errors.append({str(err): meta_option._subconfig}) self.errors.append({str(err): meta_option._subconfig})
break break