We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95cb98 commit 91ffd48Copy full SHA for 91ffd48
1 file changed
devstats/reports/prs_pony_factor.md
@@ -46,7 +46,7 @@ ax.hlines(
46
)
47
ax.legend();
48
49
-glue("{{ project }}_pony_factor", pony_factor)
+glue("{{ project }}_pony_factor", str(pony_factor))
50
```
51
52
% TODO: Add:
0 commit comments