From f5ae76a2eca69b4775440e744b0c482bc943abcf Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 7 Dec 2005 18:00:02 +0100 Subject: * added fixme --- UpdateManager/UpdateManager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'UpdateManager') diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py index 7847e8d3..9a157810 100644 --- a/UpdateManager/UpdateManager.py +++ b/UpdateManager/UpdateManager.py @@ -710,7 +710,8 @@ class UpdateManager(SimpleGladeApp): # see if we have a script file that we can run script = "%s/%s" % (tmpdir, self.new_dist.name) if not os.path.exists(script): - #print "no script file found in extracted tarbal" + # FIXME: display a proper error message here + print "no script file found in extracted tarbal" else: #print "runing: %s" % script os.execv(script,[]) -- cgit v1.2.3