You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def __setitem__(self, key, item):
> putenv(key, item)
E TypeError: must be string without null bytes, not str
.tox/py27/lib/python2.7/os.py:473: TypeError
The text was updated successfully, but these errors were encountered:
This error only happens when using the latest version: 3.2.0
When using a parameter string that contains a null character, for example:
The following error is raised:
The text was updated successfully, but these errors were encountered: