KasperskyLab / klara

Kaspersky's GReAT KLara
https://great.kaspersky.com
Other
695 stars 138 forks source link

devnull open mode fix + minor optimizations #29

Closed v1k1nghawk closed 1 year ago

v1k1nghawk commented 1 year ago

Your checklist for this pull request

Description

  1. it's enough to open os.devnull using 'w' mode instead of 'rw';
  2. logging optimized based on lazy string interpolation (https://docs.python.org/2/howto/logging.html#optimization);
  3. stderr_data variable removed where not used.

💔Thank you!

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

xdanx commented 1 year ago

Approved, thanks for the contribution!