summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-07 18:00:02 +0100
committerMichael Vogt <egon@top>2005-12-07 18:00:02 +0100
commitf5ae76a2eca69b4775440e744b0c482bc943abcf (patch)
tree02109a55833b2d28a0583ba1b2012ca3a4bbed53 /UpdateManager/UpdateManager.py
parent3d84460c0af2f0c6fd398df19810035dc5fc1409 (diff)
downloadpython-apt-f5ae76a2eca69b4775440e744b0c482bc943abcf.tar.gz
* added fixme
Diffstat (limited to 'UpdateManager/UpdateManager.py')
-rw-r--r--UpdateManager/UpdateManager.py3
1 files changed, 2 insertions, 1 deletions
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,[])