Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: gerrit: parsepicks: fix some edge cases
❯ ./gerrit/parsepicks.py '-t q-clock-v2 | -f -t pie-recovery-pathmap' Traceback (most recent call last): File "./gerrit/parsepicks.py", line 48, in <module> main() File "./gerrit/parsepicks.py", line 39, in main changes = range(int(commitrange[0]), int(commitrange[1])) ValueError: invalid literal for int() with base 10: Signed-off-by: Akhil Narang <[email protected]>
- Loading branch information