Fix "environment can only contain strings" errors.
Review Request #7522 — Created July 14, 2015 and submitted — Latest diff uploaded
On Windows hosts, setting things into the environment requires passing in bytes
rather than unicode. Normally I wouldn't really care, but this does also affect
power pack installations.
Ran unit tests. There are a few failures with rbssh, but those were already
present, and are related to the python path.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
reviewboard/__init__.py |
---|
reviewboard/manage.py |
---|
reviewboard/admin/siteconfig.py |
---|
reviewboard/admin/tests.py |
---|
reviewboard/cmdline/rbsite.py |
---|
reviewboard/cmdline/rbssh.py |
---|
reviewboard/extensions/packaging.py |
---|
reviewboard/scmtools/core.py |
---|
reviewboard/ssh/utils.py |
---|