Skip to content

Commit

Permalink
Fix line length in build_sce.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyz committed Nov 25, 2022
1 parent cc7ecd7 commit 24be147
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ssg/build_sce.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ def checks(env_yaml, yaml_path, sce_dirs, template_builder, output):

# While we don't _write_ it, we still need to parse SCE
# metadata from the templated content. Render it internally.
raw_sce_content = template_builder.get_lang_contents_for_templatable(rule,
langs['sce-bash'])
raw_sce_content = template_builder.get_lang_contents_for_templatable(
rule, langs['sce-bash']
)

ext = '.sh'
filename = rule_id + ext
Expand Down

0 comments on commit 24be147

Please sign in to comment.