parent
d74e88fd29
commit
9d56c07648
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue