Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass string to create_corpus_for_testing
We use the TF test abstractions for the actual corpus tests, which is where I mostly copied the create_corpus_for_testing calls. Everything still works, but pytype in some environments will complain since absl test's create_tempdir() actually returns an internal _Tempdir object which is not equivalent to a string. Simply access the full_path property to get a string and make the type checker happy.
- Loading branch information