1、优化了异常处理
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
from gc import collect
|
from gc import collect
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from traceback import format_exc
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
from PySide6.QtWidgets import QMessageBox, QMainWindow, QApplication
|
from PySide6.QtWidgets import QMessageBox, QMainWindow, QApplication
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
from gc import collect
|
from gc import collect
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from traceback import format_exc
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
from PySide6.QtWidgets import QMessageBox, QMainWindow, QApplication
|
from PySide6.QtWidgets import QMessageBox, QMainWindow, QApplication
|
||||||
|
|||||||
Reference in New Issue
Block a user