Skip to content

prebuild.py — small fixes

Denis Gofman requested to merge dengof_fix_prebuildpy into master

The main change is the c6e4e455 — undefined vars fixed. The rest are small changes/improvements:

  • Extra libs extraction routine improved a bit;
  • Text output improved (print wrappers added);
  • The code is checked with a linter (flake8);
  • and is autoformatted with yapf.

Merge request reports