We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is possibly related to #27.
If DISPLAY is an empty string (rather than being unset), xvfbwrapper fails with the following exception:
xvfbwrapper
Traceback (most recent call last): File "<string>", line 11, in <module> File "/usr/lib/python3/dist-packages/xvfbwrapper.py", line 50, in __init__ self.orig_display = os.environ['DISPLAY'].split(':')[1] IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
I am also affected by this bug
Sorry, something went wrong.
No branches or pull requests
This is possibly related to #27.
If DISPLAY is an empty string (rather than being unset),
xvfbwrapper
fails with the following exception:The text was updated successfully, but these errors were encountered: