Skip to content

Commit f816c8e

Browse files
committed
Remove reference to ION
1 parent 0b810f9 commit f816c8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

meshroom/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ class VersionStatus(Enum):
3232
# Allow override from env variable
3333
if "REZ_MESHROOM_VERSION" in os.environ:
3434
__version_label__ += " package=" + os.environ.get("REZ_MESHROOM_VERSION")
35-
elif "ION_MESHROOM_VERSION" in os.environ:
36-
__version_label__ += " container=" + os.environ.get("ION_MESHROOM_VERSION")
3735

3836

3937
# Internal imports after the definition of the version

0 commit comments

Comments
 (0)