Commit Graph

2 Commits

Author SHA1 Message Date
yyhuni
23059b447d Replace bare except with explicit Exception handling in command executor
- Change `except:` to `except Exception:` in process.kill() error handling (line 145)
- Change `except:` to `except Exception:` in log_file_handle.close() error handling (line 324)
- Add documentation for bare except code style issue in KNOWN_ISSUES.md
2025-12-12 18:39:50 +08:00
yyhuni
25db990bc3 Initial commit: Xingrin v1.0.0 2025-12-12 18:04:57 +08:00