commit | f7a91ff583e0e65341d48179830748b9c01dbb51 | [log] [tgz] |
---|---|---|
author | lstorset <[email protected]> | Wed Nov 25 15:10:58 2015 |
committer | Commit bot <[email protected]> | Wed Nov 25 15:12:14 2015 |
tree | 040b9c1b72f1df8d2f5c4a58581577725181e650 | |
parent | e30487517e4bb536e75df15629d4a644267078df [diff] |
Earlier, the script looked for dirs named 'out' or 'out_*'. Recently it started looking for 'out' following by an alphanumeric word boundary. Python considers underscores as alphanumeric, so this unfortunately broke the 'out_*' pattern. BUG= Review URL: https://codereview.chromium.org/1469023002 Cr-Commit-Position: refs/heads/master@{#361655}