We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e129f18 commit 10c5e79Copy full SHA for 10c5e79
click/_compat.py
@@ -8,7 +8,7 @@
8
9
PY2 = sys.version_info[0] == 2
10
CYGWIN = sys.platform.startswith('cygwin')
11
-APP_ENGINE = os.environ.get('SERVER_SOFTWARE','').startswith('Development')
+APP_ENGINE = os.environ.get('SERVER_SOFTWARE', '').startswith('Development')
12
WIN = sys.platform.startswith('win') and not APP_ENGINE
13
DEFAULT_COLUMNS = 80
14
0 commit comments