Skip to content

Commit

Permalink
Fix missing return value in a function
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Jan 2, 2025
1 parent 234d596 commit 78ba328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssg/build_sce.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _set_metadata_default_values(metadata):

def _modify_sce_with_environment(sce_content, environment):
if environment == "any":
return
return sce_content
if environment == "bootc":
condition = "(rpm -q --quiet bootc && [ -e /run/.containerenv ])"
if environment == "normal":
Expand Down

0 comments on commit 78ba328

Please sign in to comment.