Skip to content

Commit 37aa82f

Browse files
authored
Update __init__.py
1 parent d88b738 commit 37aa82f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xontrib/pipeliner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def _preset_fromlist(line, num, args):
2222
if args:
2323
n = int(args[0])
2424
return lst[n] if n >= 0 and n < len(lst) else ""
25-
return lst[0]
25+
return str(lst[0])
2626
else:
2727
return ""
2828

0 commit comments

Comments
 (0)