diff --git a/func/Module_cut_PSG.py b/func/Module_cut_PSG.py index 882f241..a9574cf 100644 --- a/func/Module_cut_PSG.py +++ b/func/Module_cut_PSG.py @@ -336,7 +336,6 @@ class Data: DataFrame(raw.reshape(-1)).to_csv(Path(Config["Path"]["SaveFolder"]) / Path((Config["ChannelSave"][key] + str(self.freq[key]) + Config["EndWith"][key])), index=False, header=False) self.SALabel.to_csv(Path(Config["Path"]["SaveFolder"]) / Path((Config["LabelSave"]["SA Label"] + Config["EndWith"]["SA Label"])), - index=False, encoding="gbk") except PermissionError as e: return Result().failure(info=Constants.SAVE_FAILURE + Constants.FAILURE_REASON["Save_Permission_Denied"])