Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] remove decode() because type is str not bytes #862

Closed
wants to merge 1 commit into from

Conversation

bolinfest
Copy link
Contributor

[bug] remove decode() because type is str not bytes

@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

FYI, I discovered this because I tried using the devcontainer
stuff introduced in facebook#807, so from the Docker container launched
by VS Code, I tried running:

```
./tests/run-tests.py ./tests/test-doctest.py
```

It prints out the following:

```
WARNING: Did not find prerequisite tool: unzip
```

I guess that means `unzip` doesn't get installed as part
of the Docker container, though I suppose it isn't a big deal?
That is, this is just a warning and the test passes just fine.
@facebook-github-bot
Copy link
Contributor

@bolinfest has updated the pull request. You must reimport the pull request before landing.

@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@quark-zju merged this pull request in 383da2a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants