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 ad30f21 commit ee6f30fCopy full SHA for ee6f30f
sysstat/map.jinja
@@ -40,15 +40,3 @@
40
{%- do sysstat.update({'base_dir': sysstat.pkg.source.name}) %}
41
{%- do sysstat.environ.append('export PATH=${PATH}:' + sysstat.dir + '/bin') %}
42
{%- endif %}
43
-
44
-{#- Contactenate arguments #}
45
-{%- macro concat_args(args) %}
46
-{%- set args = args|dictsort %}
47
-{%- if args|length > 0 %}
48
-{%- for k,v in args -%}
49
-{%- if not k or not v %}{% continue %}{% endif -%}
50
- --{{ k }}={{ v }}
51
-{%- if not loop.last %} {% endif -%}
52
-{%- endfor -%}
53
-{%- endif -%}
54
-{%- endmacro %}
0 commit comments