chadwhitacre / aspen-old-google-code-fork

Automatically exported from code.google.com/p/aspen
0 stars 0 forks source link

death on empty apps.conf #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "/home/whit537/bin/aspen", line 3, in <module>
    aspen.main()
  File "/home/whit537/lib/python/aspen/__init__.py", line 402, in main
    start_server()
  File "/home/whit537/lib/python/aspen/__init__.py", line 189, in start_server
    server = server_factory() # factored out to ease testing
  File "/home/whit537/lib/python/aspen/__init__.py", line 161, in
server_factory
    server = Server(configuration.address, website, configuration.threads)
  File "/home/whit537/lib/python/aspen/wsgiserver.py", line 782, in __init__
    self.mount_points.sort()
AttributeError: 'NoneType' object has no attribute 'sort'

Original issue reported on code.google.com by whit537@gmail.com on 17 Apr 2008 at 1:53

GoogleCodeExporter commented 9 years ago
sorry, I messed up

Original comment by whit537@gmail.com on 17 Apr 2008 at 1:55