Skip to content

Commit

Permalink
Merge pull request #12717 from marcusburghardt/ssg_variables
Browse files Browse the repository at this point in the history
Extend SSG with functions to manage variables
  • Loading branch information
vojtapolasek authored Dec 18, 2024
2 parents ca82b5c + dc6235b commit 80a8fa8
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ssg/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def get_profiles_directory(env_yaml):
profiles_root = None
if env_yaml:
profiles_root = required_key(env_yaml, "profiles_root")
return profiles_root
return os.path.normpath(profiles_root)


def get_profile_files_from_root(env_yaml, product_yaml):
Expand Down
Loading

0 comments on commit 80a8fa8

Please sign in to comment.