Skip to content

submitter : Rework some functions in OrderedTasks to bring more clarity

31e04e6
Select commit
Loading
Failed to load commit list.
Open

[desc] Execute pre & post process in the farm #2984

submitter : Rework some functions in OrderedTasks to bring more clarity
31e04e6
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Apr 27, 2026 in 1s

1 issue fixed. 4 issues found.

Annotations

Check notice on line 606 in tests/test_compute.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

tests/test_compute.py#L605-L606

Try, Except, Pass detected. (B110)

Check notice on line 337 in meshroom/submitters/localFarm/localFarmSubmitter.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

meshroom/submitters/localFarm/localFarmSubmitter.py#L337

Unresolved comment '# TODO: later we can immplement a proper env inheriting system like what we have in tractor'. (C100)

Check notice on line 222 in meshroom/core/submitter.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

meshroom/core/submitter.py#L222

Ambiguous variable name 'l'. (E741)

Check notice on line 310 in meshroom/core/submitter.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

meshroom/core/submitter.py#L241-L310

Complex Method