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
Ran into an issue using this library. When os.environ['DISPLAY'] is an empty string, then it will perform the split based on ':' which has no second element. Rather than just checking if DISPLAY is set, it should check if it is set with a correct format.
The text was updated successfully, but these errors were encountered:
xvfbwrapper/xvfbwrapper.py
Line 53 in 118576f
Ran into an issue using this library. When os.environ['DISPLAY'] is an empty string, then it will perform the split based on ':' which has no second element. Rather than just checking if DISPLAY is set, it should check if it is set with a correct format.
The text was updated successfully, but these errors were encountered: