Merge pull request #21 from ChrisTruncer/ChrisTruncer-patch-1

Update datatype_template.txt
resolved_file
ChrisTruncer 2015-03-25 12:31:20 -04:00
commit 5ec6560b25
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