Skip to content

Commit

Permalink
fix(#276): no strip
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Dec 4, 2024
1 parent 6f0be9d commit da675ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sr-data/src/sr_data/steps/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main(repos, out):
ymls = []
if workflows and not isinstance(workflows, float):
ymls = [
file.strip()
file
for file in workflows.split(",")
if file.endswith((".yml", ".yaml"))
]
Expand Down

0 comments on commit da675ab

Please sign in to comment.