Skip to content

Commit

Permalink
Move new Data component into the 'template' palette
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Aug 24, 2022
1 parent cf36b74 commit 38af582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ def path(self) -> str:
# @details A generic Data drop, whose functionality can be provided by an arbitrary class, as specified in the 'dataclass' component parameter
# @par EAGLE_START
# @param category Data
# @param tag daliuge
# @param tag template
# @param dataclass Data Class/my.awesome.data.Component/String/ComponentParameter/readonly//False/False/The python class that implements this data component
# @param data_volume Data volume/5/Float/ComponentParameter/readwrite//False/False/Estimated size of the data contained in this node
# @param group_end Group end/False/Boolean/ComponentParameter/readwrite//False/False/Is this node the end of a group?
Expand Down

0 comments on commit 38af582

Please sign in to comment.