mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[nodes] aliceVision: remove '__version__' used by rez
This commit is contained in:
parent
6a56e016e8
commit
768905d9e9
2 changed files with 1 additions and 3 deletions
|
@ -357,7 +357,7 @@ class CommandLineNode(Node):
|
|||
def buildCommandLine(self, chunk):
|
||||
cmdPrefix = ''
|
||||
# if rez available in env, we use it
|
||||
if 'REZ_ENV' in os.environ:
|
||||
if 'REZ_ENV' in os.environ and chunk.node.packageVersion:
|
||||
# if the node package is already in the environment, we don't need a new dedicated rez environment
|
||||
alreadyInEnv = os.environ.get('REZ_{}_VERSION'.format(chunk.node.packageName.upper()), "").startswith(chunk.node.packageVersion)
|
||||
if not alreadyInEnv:
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
__version__ = 'develop'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue