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 a989565 commit 56e0d18Copy full SHA for 56e0d18
templates/celery_env.j2
@@ -4,3 +4,10 @@
4
{{k}}='{{v}}'
5
{% endif %}
6
{% endfor %}
7
+{% if item.opts is defined %}
8
+{% for k, v in item.opts.items()|sort %}
9
+{% if '__omit_place_holder__' not in v|string %}
10
+{{k}}='{{v}}'
11
+{% endif %}
12
+{% endfor %}
13
+{% endif %}}
0 commit comments