标签: python warnings ignore
我的python脚本包含以下代码:
def refreshRoot(): global root try: root.destroy() except: pass else: global root ...
此代码返回SyntaxWarning,通过双击图标失败导致执行。窗口根本无法打开...我可以以某种方式阻止此警告发生吗?