sinacloud / sae-python-dev-guide

SAE Python开发者手册
http://sae.sina.com.cn/doc/python
462 stars 353 forks source link

fixed two errors #122

Closed EastonLee closed 9 years ago

EastonLee commented 9 years ago

1: in bundle_local.py, the logic when checking if a line is empty or comment is wrong 2: in dev_server.py, when loading index.wsgi and importing its reference files, if IOError occurs, it will tell "Seems you don't have an index.wsgi" even when index.wsgi does exists, that's not rational.

EastonLee commented 9 years ago

the fix is in the second commit. the first and third commits are useless, you can ignore them