From 774dd482c44cdb715175be85a640ff7ae22a137a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 27 Jan 2013 17:18:29 +0100 Subject: Display the absolute path of the result after a succesfull export. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index db67d384..cecb73ff 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -604,7 +604,7 @@ class pyAggr3g470r(object): except Exception as e: return self.error(e) tmpl = lookup.get_template("confirmation.html") - return tmpl.render(message="

Export successfully terminated.
Check the folder: ./pyaggr3g470r/source/var/export/.

") + return tmpl.render(message="

Export successfully terminated.
Check the folder: " + conf.path + "/var/export/.

") export.exposed = True -- cgit