fix: attributeerror

This commit is contained in:
egarette@silique.fr 2026-06-11 08:25:25 +02:00
parent e6ae447c79
commit b353006189
38 changed files with 39 additions and 37 deletions

View file

@ -20,7 +20,7 @@ from typing import Optional, Any
from ruamel.yaml import YAML
from io import BytesIO
from tiramisu.error import PropertiesOptionError, LeadershipError, ConfigError
from tiramisu.error import PropertiesOptionError, LeadershipError, ConfigError, AttributeOptionError
from tiramisu import owners, groups
from .config import OutPuts
@ -270,6 +270,8 @@ class Node:
is_default = meta_option.owner.isdefault()
except LeadershipError:
break
except AttributeOptionError:
break
try:
value = meta_option.value.get()
except ValueError as err:

View file

@ -5,4 +5,4 @@
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -6,4 +6,4 @@
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -3,4 +3,4 @@
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)
┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_None)

View file

@ -6,4 +6,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -7,4 +7,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -4,4 +4,4 @@
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)
 ┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_None)

View file

@ -6,4 +6,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -7,4 +7,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -4,4 +4,4 @@
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)
 ┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_None)

View file

@ -5,4 +5,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: [+ string_1_True_ +]
- :notebook: a variable: [+ string_1_True_None +]

View file

@ -6,4 +6,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: <span style="color: #B8860B">string_1_True_</span>
- :notebook: a variable: <span style="color: #B8860B">string_1_True_None</span>

View file

@ -3,4 +3,4 @@
╰────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a variable: string_1_True_
 ┗━━ 📓 a variable: string_1_True_None

View file

@ -6,4 +6,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -7,4 +7,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -4,4 +4,4 @@
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)
 ┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_None)

View file

@ -5,4 +5,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: [+ string_1_True_ +]
- :notebook: a variable: [+ string_1_True_None +]

View file

@ -6,4 +6,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: <span style="color: #B8860B">string_1_True_</span>
- :notebook: a variable: <span style="color: #B8860B">string_1_True_None</span>

View file

@ -3,4 +3,4 @@
╰────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a variable: string_1_True_
 ┗━━ 📓 a variable: string_1_True_None

View file

@ -6,4 +6,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -7,4 +7,4 @@
Variables:
- :open_file_folder: Rougail
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -4,4 +4,4 @@
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)
 ┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_None)

View file

@ -5,4 +5,4 @@
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -6,4 +6,4 @@
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -3,4 +3,4 @@
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)
┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_None)

View file

@ -4,4 +4,4 @@
> - [+ Default value +]
Variables:
- :notebook: a variable: [+ string_1_True_ +]
- :notebook: a variable: [+ string_1_True_None +]

View file

@ -5,4 +5,4 @@
> - <span style="color: #B8860B">Default value</span>
Variables:
- :notebook: a variable: <span style="color: #B8860B">string_1_True_</span>
- :notebook: a variable: <span style="color: #B8860B">string_1_True_None</span>

View file

@ -2,4 +2,4 @@
│ Variable Default value │
╰────────────────────────╯
Variables:
┗━━ 📓 a variable: string_1_True_
┗━━ 📓 a variable: string_1_True_None

View file

@ -5,4 +5,4 @@
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -6,4 +6,4 @@
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -3,4 +3,4 @@
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)
┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_None)

View file

@ -4,4 +4,4 @@
> - [+ Default value +]
Variables:
- :notebook: a variable: [+ string_1_True_ +]
- :notebook: a variable: [+ string_1_True_None +]

View file

@ -5,4 +5,4 @@
> - <span style="color: #B8860B">Default value</span>
Variables:
- :notebook: a variable: <span style="color: #B8860B">string_1_True_</span>
- :notebook: a variable: <span style="color: #B8860B">string_1_True_None</span>

View file

@ -2,4 +2,4 @@
│ Variable Default value │
╰────────────────────────╯
Variables:
┗━━ 📓 a variable: string_1_True_
┗━━ 📓 a variable: string_1_True_None

View file

@ -5,4 +5,4 @@
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -6,4 +6,4 @@
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)
- :notebook: a variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_None)

View file

@ -3,4 +3,4 @@
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)
┗━━ 📓 a variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_None)