Skip to content

Add env variable to enable local farm

80a0956
Select commit
Loading
Failed to load commit list.
Open

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

Add env variable to enable local farm
80a0956
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Apr 21, 2026 in 2s

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 282 in meshroom/core/submitter.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

meshroom/core/submitter.py#L213-L282

Complex Method

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

meshroom/core/submitter.py#L210

Ambiguous variable name 'l'. (E741)

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

meshroom/submitters/localFarm/localFarmSubmitter.py#L327

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