mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 19:53:11 +08:00
- 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