def convert(self):
if self.args:
p = Popen([sys.executable, os.path.abspath(HPtoHPX.__file__), *self.args], creationflags=CREATE_NEW_CONSOLE)
Thread(target=self._parent.watch_process, args=(None, p)).start()
self.close()
评论列表
文章目录