From 3a8a447b1fbdcd8c438aca766f9b04419169f9bc Mon Sep 17 00:00:00 2001 From: 3minbe Date: Wed, 8 Jan 2025 09:41:53 +0900 Subject: [PATCH] First commit --- DBC_Converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBC_Converter.py b/DBC_Converter.py index 00a6389..319788a 100644 --- a/DBC_Converter.py +++ b/DBC_Converter.py @@ -448,7 +448,7 @@ class MainView(QtWidgets.QMainWindow): file_name = os.path.basename(file_path) if "channel_info" not in self.settings: self.settings["channel_info"] = {} - + self.settings["channel_info"][file_name] = channel self.saveSettings() print(f"[INFO] Updated channel info for {file_name} to {channel}")