Update datatype_template.txt

Updated Datatype Template
resolved_file
ChrisTruncer 2015-03-25 12:31:07 -04:00
parent d74e88fd29
commit 9d56c07648
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class Datatype:
self.cli = ""
self.description = ""
self.filetype = "text"
self.datasize = int(cli_object.data_size)
# generate is a required function. This is what is called by the framework
# to generate the data. Any number of "sub functions" can be created, but