mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-28 02:03:36 +05:00
Compare commits
2 Commits
fb460ab687
...
e95af1d998
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e95af1d998 | ||
|
|
2aefd86040 |
@@ -107,7 +107,7 @@ class KlipperKConfigMenu(BaseMenu):
|
||||
selection: str | None = kwargs.get("opt_data", None)
|
||||
if selection is None:
|
||||
raise Exception("opt_data is None")
|
||||
if not path.isfile(selection) and selection != self.kconfig_default:
|
||||
if not path.isfile(selection):
|
||||
raise Exception("opt_data does not exists")
|
||||
self.kconfig = selection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user