Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTalbot-INL committed Jun 11, 2024
1 parent d5693a5 commit 454cc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ravenframework/utils/InputData.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(self):
self.parameterValues = {}
self.subparts = []
self.value = ""
self.additionalInput = []
self.additionalInput = [] # List of raven.utils.TreeStructure.InputNode instances

@classmethod
def createClass(cls, name, ordered=False, contentType=None, baseNode=None,
Expand Down

0 comments on commit 454cc30

Please sign in to comment.