Skip to content

Commit ef794d9

Browse files
committed
[node] Add licenses list on node desc to provide a source where we can fetch licenses required for the submitter
1 parent 772749c commit ef794d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meshroom/core/desc/node.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ class BaseNode(object):
9191
documentation = ""
9292
category = "Other"
9393
plugin = None
94+
# Licenses required to run the plugin
95+
# Only used to select machines on the farm when the node is submitted
96+
_licenses = []
9497

9598
def __init__(self):
9699
super(BaseNode, self).__init__()

0 commit comments

Comments
 (0)