Skip to content

Commit 55e4803

Browse files
committed
Minor change on labels
1 parent 5dc0c15 commit 55e4803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/components/v2/tasks/CustomEnvTask.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
Collecting tasks with a custom Python environment will use that environment for running the tasks.
139139
Be careful about changing this environment, as that may break existing workflows. It is recommended
140140
to use custom Python environments only during task development or when something needed for your environment
141-
building isn't supported in Fractal server yet. Collect the task with regular Fractal task collection
141+
building isn't supported in Fractal server yet. Collect the tasks with regular Fractal task collection
142142
for production setups.
143143
</div>
144144
@@ -201,8 +201,8 @@
201201
<span class="invalid-feedback">{validationErrors['source']}</span>
202202
</div>
203203
<div class="form-text">
204-
A common label identifying this package. For example:
205-
<code>pip_remote:fractal_tasks_core:1.1.0:fractal-tasks:py39:cellpose_segmentation</code>
204+
A common label identifying this package (e.g. if you set this to <code>"mypackage"</code>
205+
then tasks will have source like <code>"myusername:mypackage:task_module_name"</code>)
206206
</div>
207207
</div>
208208
</div>

0 commit comments

Comments
 (0)