# HG changeset patch --
Bitbucket.org
# Project galaxy-dist
# URL
http://bitbucket.org/galaxy/galaxy-dist/overview
# User Dannon Baker <dannon.baker(a)emory.edu>
# Date 1277253455 14400
# Node ID 45e1d5636fffd284ea6cda2f14318b364370e985
# Parent a579674852103600ecd8e8b2549e76abc3917791
Fixed typo in jobs.actions.post
--- a/lib/galaxy/jobs/actions/post.py
+++ b/lib/galaxy/jobs/actions/post.py
@@ -82,7 +82,7 @@ class EmailAction(DefaultJobAction):
s.close()
except Exception, e:
log.error("EmailAction PJA Failed, exception: %s" % e)
-L
+
@classmethod
def get_config_form(cls, trans):
form = """