commit | 755e27c7c8c1fac6ded57779f58a8b4f1e1b0a36 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <groeck@chromium.org> | Sat Apr 25 11:44:18 2020 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 14 19:55:53 2020 +0000 |
tree | f29d52f37697efae1f6b6bdb78fce3a49dfe69d2 | |
parent | 00b6dee07d9f8fce0816434c10fb2f67460e8378 [diff] |
findmissing: Extract decorator functions from main.py We'll need the decorator functions from multiple places, so move them into a new file, util.py. While at it, replace print functions in moved code with logging. BUG=None TEST=Run on GCE Change-Id: I8d45b4f8c1604ee2ef3d394a61c909c3cfb6f527 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/2200139 Reviewed-by: Curtis Malainey <cujomalainey@chromium.org> Commit-Queue: Guenter Roeck <groeck@chromium.org> Tested-by: Guenter Roeck <groeck@chromium.org>