mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 10:06:28 +02:00
Minor changes
This commit is contained in:
parent
99531ce638
commit
00fc666804
3 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
import sys, argparse, os
|
import sys, argparse, os
|
||||||
from .platform import YAMLPlatformFile
|
from .platform import YAMLPlatformFile
|
||||||
from .debug_analyze import *
|
from .debug import *
|
||||||
from esds import __version__
|
from esds import __version__
|
||||||
|
|
||||||
def run(platform):
|
def run(platform):
|
||||||
|
|
|
@ -108,3 +108,8 @@ class Debug:
|
||||||
}
|
}
|
||||||
self.write(loop_data)
|
self.write(loop_data)
|
||||||
self.logs.clear()
|
self.logs.clear()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
def debug_infos(file):
|
||||||
|
print("infos")
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
def debug_infos(file):
|
|
||||||
print("infos")
|
|
Loading…
Add table
Reference in a new issue