Skip to content

Commit

Permalink
Add some breathing room
Browse files Browse the repository at this point in the history
  • Loading branch information
zacbir committed May 14, 2018
1 parent f2701a6 commit 1e10d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

PY2 = sys.version_info[0] == 2
CYGWIN = sys.platform.startswith('cygwin')
APP_ENGINE = os.environ.get('SERVER_SOFTWARE','').startswith('Development')
APP_ENGINE = os.environ.get('SERVER_SOFTWARE', '').startswith('Development')
WIN = sys.platform.startswith('win') and not APP_ENGINE
DEFAULT_COLUMNS = 80

Expand Down

0 comments on commit 1e10d6a

Please sign in to comment.