Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tuneit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
tuneit
Commits
16827c10
Commit
16827c10
authored
Jan 23, 2025
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix
parent
d16e2560
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
yml_tools.py
src/settings/tools/yml_tools.py
+4
-2
No files found.
src/settings/tools/yml_tools.py
View file @
16827c10
...
...
@@ -60,6 +60,8 @@ def load_yaml_files_from_directory(directory):
print
(
f
"Ошибка при чтении файла {file_path}: {e}"
)
for
module
in
yaml_data
:
module
[
'sections'
]
=
sections_data
if
'sections'
in
module
:
module
[
'sections'
]
.
extend
(
sections_data
)
else
:
module
[
'sections'
]
=
sections_data
return
yaml_data
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment