details: http://www.bx.psu.edu/hg/galaxy/rev/9a5bfe13e47b changeset: 1656:9a5bfe13e47b user: Greg Von Kuster <greg@bx.psu.edu> date: Thu Dec 11 12:18:00 2008 -0500 description: Fix a development problem that I inadvertently left in the code. 1 file(s) affected in this change: lib/galaxy/web/controllers/dataset.py diffs (13 lines): diff -r b1514bd5244e -r 9a5bfe13e47b lib/galaxy/web/controllers/dataset.py --- a/lib/galaxy/web/controllers/dataset.py Tue Dec 09 15:51:12 2008 -0500 +++ b/lib/galaxy/web/controllers/dataset.py Thu Dec 11 12:18:00 2008 -0500 @@ -60,8 +60,7 @@ smtp_server = trans.app.config.smtp_server if smtp_server is None: return trans.show_error_message( "Sorry, mail is not configured for this galaxy instance" ) - #to_address = trans.app.config.error_email_to - to_address = 'greg@bx.psu.edu' + to_address = trans.app.config.error_email_to if to_address is None: return trans.show_error_message( "Sorry, error reporting has been disabled for this galaxy instance" ) # Get the dataset and associated job