mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[submitter][simpleFarm] use REZ_MESHROOM_VERSION
get the full version of meshroom independently from what was typed to get inside the environment
This commit is contained in:
parent
58bd363368
commit
6a56e016e8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ currentDir = os.path.dirname(os.path.realpath(__file__))
|
|||
|
||||
|
||||
class SimpleFarmSubmitter(BaseSubmitter):
|
||||
MESHROOM_PACKAGE = os.environ.get('REZ_USED_REQUEST', '')
|
||||
MESHROOM_PACKAGE = "meshroom-{}".format(os.environ.get('REZ_MESHROOM_VERSION', ''))
|
||||
|
||||
filepath = os.environ.get('SIMPLEFARMCONFIG', os.path.join(currentDir, 'simpleFarmConfig.json'))
|
||||
config = json.load(open(filepath))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue