mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-23 04:31:00 +08:00
b51f07cd0643388ffe2cefb28899429d9e1131fc

buflist was being used, which isn't available in Python 3. `Execute` was using StringIO to capture the output of `PrintWorkTreeStatus`, only to redirect it straight to stdout. Instead, just let `PrintWorkTreeStatus` do it's own thing directly to stdout. for handling `_FindOrphans`, we swap StringIO for a list. Nothing was done that needed a a file like object. Change-Id: Ibdaae137904de66a5ffb590d84203ef0fe782d8b
Description
Languages
Python
98.7%
Shell
1.3%