Skip to content

Commit

Permalink
Merge branch '1.0.x' into 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jan 31, 2019
2 parents 0cca1f1 + c1c64da commit a9f1ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reprounzip/reprounzip/unpackers/common/x11.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def __init__(self, enabled, target, display=None):
raise RuntimeError("Couldn't determine how to connect to local X "
"server, DISPLAY is %s" % (
repr(os.environ['DISPLAY'])
if 'DISPLAY' is os.environ
if 'DISPLAY' in os.environ
else 'not set'))

@classmethod
Expand Down

0 comments on commit a9f1ea3

Please sign in to comment.