Skip to content

Commit da675ab

Browse files
committed
fix(#276): no strip
1 parent 6f0be9d commit da675ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sr-data/src/sr_data/steps/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main(repos, out):
3939
ymls = []
4040
if workflows and not isinstance(workflows, float):
4141
ymls = [
42-
file.strip()
42+
file
4343
for file in workflows.split(",")
4444
if file.endswith((".yml", ".yaml"))
4545
]

0 commit comments

Comments
 (0)