Mercurial > p > roundup > code
view demo.py @ 5085:d3d9d1402763
issue2550823 Improve mailgw logging for node creation errors. Add a
call to logger.exception when an error is raised on creation
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 Jun 2016 00:39:01 -0400 |
| parents | 110ac45875ab |
| children | 7f0bc46aee67 |
line wrap: on
line source
#!/usr/bin/env python import sys import roundup from roundup.demo import main sys.exit(main())
