From 626bdd8b50de58e11fb8554fa8eb82576223552d Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 27 Jul 2011 13:54:54 +0530 Subject: [PATCH] backup fix --- cgi-bin/webnotes/utils/backups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/webnotes/utils/backups.py b/cgi-bin/webnotes/utils/backups.py index b78d75c621..8865481ade 100644 --- a/cgi-bin/webnotes/utils/backups.py +++ b/cgi-bin/webnotes/utils/backups.py @@ -128,7 +128,7 @@ def get_backup(): delete_temp_backups() webnotes.msgprint("""A download link to your backup will be emailed \ to you shortly on the following email address: - %s""" % (str(recipient_list),)) + %s""" % (', '.join(recipient_list))) def delete_temp_backups():