Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter empty string in comment (#466)
The comment parser sometimes include empty string as a command line argument, which breaks python's argparser in [`request_pr_exp.py`](https://github.com/google/oss-fuzz-gen/blob/main/ci/request_pr_exp.py). This PR removes empty strings from the command parsed from the comment.
- Loading branch information