Minor changes

This commit is contained in:
Loïc Guégan 2023-12-17 16:25:31 +08:00
parent 99531ce638
commit 00fc666804
3 changed files with 6 additions and 5 deletions

View file

@ -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):

View file

@ -108,3 +108,8 @@ class Debug:
}
self.write(loop_data)
self.logs.clear()
def debug_infos(file):
print("infos")

View file

@ -1,4 +0,0 @@
def debug_infos(file):
print("infos")