Skip to content

Commit 10c5e79

Browse files
committed
Add some breathing room
1 parent e129f18 commit 10c5e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

click/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
PY2 = sys.version_info[0] == 2
1010
CYGWIN = sys.platform.startswith('cygwin')
11-
APP_ENGINE = os.environ.get('SERVER_SOFTWARE','').startswith('Development')
11+
APP_ENGINE = os.environ.get('SERVER_SOFTWARE', '').startswith('Development')
1212
WIN = sys.platform.startswith('win') and not APP_ENGINE
1313
DEFAULT_COLUMNS = 80
1414

0 commit comments

Comments
 (0)