implment nuitka python build

This commit is contained in:
shenjack 2023-06-09 15:08:08 +08:00
parent 87f8e8aa5a
commit 73e3ad9433

View File

@ -56,6 +56,9 @@ class Status(Options):
traceback.print_exc()
return False
def __str__(self):
return self.as_markdown()
def as_markdown(self) -> str:
front = super().as_markdown()
gen_cmd = self.gen_subprocess_cmd()