We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88b738 commit 37aa82fCopy full SHA for 37aa82f
1 file changed
xontrib/pipeliner/__init__.py
@@ -22,7 +22,7 @@ def _preset_fromlist(line, num, args):
22
if args:
23
n = int(args[0])
24
return lst[n] if n >= 0 and n < len(lst) else ""
25
- return lst[0]
+ return str(lst[0])
26
else:
27
return ""
28
0 commit comments