Compare commits

...

2 commits

Author SHA1 Message Date
cc79c28d40 bump: version 5.2.0a21 → 5.2.0a22 2026-01-01 09:23:07 +01:00
757e3aec6e fix: remove debugging 2026-01-01 09:22:41 +01:00
3 changed files with 2 additions and 5 deletions

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "tiramisu"
version = "5.2.0a21"
version = "5.2.0a22"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "an options controller tool"

View file

@ -1 +1 @@
__version__ = "5.2.0a21"
__version__ = "5.2.0a22"

View file

@ -630,17 +630,14 @@ def manager_callback(
for subconfig_ in subconfigs:
if subconfig.path == subconfig_.path:
values.append(orig_value)
print("arfeuuuu", orig_value)
else:
subconfig_.properties = properties
print('ah ahhhhh')
values.append(get_value(
config_bag,
subconfig_,
param,
True,
))
print("arf", values)
if callback.__name__ not in FUNCTION_WAITING_FOR_DICT:
return values
return {"name": search_option.impl_get_display_name(subconfig), "value": values}