rktool.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:RKSV 作者: ztp-at 项目源码 文件源码
def exportKeyStoreCb(self, path, filename):
        if not filename:
            return

        config = configparser.RawConfigParser()
        config.optionxform = str
        App.get_running_app().keyStore.writeStore(config)
        try:
            with open(os.path.join(path, filename), 'w') as f:
                config.write(f)

            App.get_running_app().curSearchPath = path
        except IOError as e:
            displayError(e)

        self.dismissPopup()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号