Files
xingrin/docs
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
..