Fixed missed command for VCD
This commit is contained in:
parent
39b1687381
commit
c970373da7
4 changed files with 11 additions and 2 deletions
|
|
@ -227,9 +227,10 @@ class configuration(GObject.GObject):
|
|||
|
||||
def append_log(self,data,cr = True):
|
||||
|
||||
self.log+=data
|
||||
self.log += data
|
||||
if (cr):
|
||||
self.log += "\n"
|
||||
|
||||
|
||||
def append_static_log(self,data,cr = True):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue