Преглед изворни кода

Add support for Explanation lines in preferences.

master
Adam Bolte пре 8 година
родитељ
комит
de55b167b4
No account linked to committer's email address
1 измењених фајлова са 5 додато и 0 уклоњено
  1. +5
    -0
      apt/preferences.sls

+ 5
- 0
apt/preferences.sls Прегледај датотеку

@@ -35,4 +35,9 @@
- "{{ 'Package: ' ~ p_package }}"
- "{{ 'Pin: ' ~ args.pin }}"
- "{{ 'Pin-Priority: ' ~ args.priority }}"
{% if 'explanation' in args %}
{% for explanation in args.explanation %}
- "{{ 'Explanation: ' ~ explanation }}"
{% endfor %}
{% endif %}
{% endfor %}

Loading…
Откажи
Сачувај