mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-05 17:46:29 +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
|
||||
from .platform import YAMLPlatformFile
|
||||
from .debug_analyze import *
|
||||
from .debug import *
|
||||
from esds import __version__
|
||||
|
||||
def run(platform):
|
||||
|
|
|
@ -108,3 +108,8 @@ class Debug:
|
|||
}
|
||||
self.write(loop_data)
|
||||
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