From: Jean-Michel Nirgal Vourgère Date: Tue, 12 Apr 2011 08:14:24 +0000 (+0000) Subject: Fix url where to fetch the job resulst X-Git-Url: https://git.nirgal.com/?p=ais.git;a=commitdiff_plain;h=f674c3f9b98004a0e484e81d6c8118ff45cc58c9;ds=sidebyside Fix url where to fetch the job resulst --- diff --git a/bin/jobrunner.py b/bin/jobrunner.py index 5bc78d9..d9a62f8 100755 --- a/bin/jobrunner.py +++ b/bin/jobrunner.py @@ -158,7 +158,7 @@ def runjob(): if not email: logging.error("Can't find email of user %s", user_id) else: - sendmail(fromaddr=NOTIFICATION_EMAIL, toaddr=email, subject='Job complete', message='Your job is complete. You can download it at %sjob/' % AIS_BASE_URL) + sendmail(fromaddr=NOTIFICATION_EMAIL, toaddr=email, subject='Job complete', message='Your job is complete. You can download it at %s/job/' % AIS_BASE_URL) # else SMS... return True