Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for MESHROOM_SUBMITTERS_PATH env variable #610

Merged
merged 1 commit into from
Jan 3, 2020

Conversation

mike1158
Copy link
Contributor

Setting MESHROOM_SUBMITTERS_PATH caused meshroom to try to load the bundled
simpleFarmSubmitter plugin twice, ignoring the path in the variable.

I believe the problem lies with the way loadPlugins() works in meshroom.core,
because it's trying to import the package name "submitters" more than once. The
second time, import_module() just returns a reference to the

This is a revised PR based on feedback from the first one I submitted last year,
which went stale and then got erased as I was stumbling my way through git.

Description

Features list

Implementation remarks

Setting MESHROOM_SUBMITTERS_PATH caused meshroom to try to load the bundled
simpleFarmSubmitter plugin twice, ignoring the path in the variable.

I believe the problem lies with the way loadPlugins() works in meshroom.core,
because it's trying to import the package name "submitters" more than once.  The
second time, import_module() just returns a reference to the

This is a revised PR based on feedback from the first one I submitted last year,
which went stale and then got erased as I was stumbling my way through git.
@simogasp simogasp requested a review from yann-lty August 26, 2019 17:11
@simogasp simogasp added the type:pr pull request issue label Sep 9, 2019
@fabiencastan
Copy link
Member

Sorry for not having merged that earlier.

@fabiencastan fabiencastan merged commit ff96004 into alicevision:develop Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:pr pull request issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants