diff options
| author | Michael Vogt <egon@top> | 2005-12-07 18:00:02 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-07 18:00:02 +0100 |
| commit | f5ae76a2eca69b4775440e744b0c482bc943abcf (patch) | |
| tree | 02109a55833b2d28a0583ba1b2012ca3a4bbed53 /UpdateManager | |
| parent | 3d84460c0af2f0c6fd398df19810035dc5fc1409 (diff) | |
| download | python-apt-f5ae76a2eca69b4775440e744b0c482bc943abcf.tar.gz | |
* added fixme
Diffstat (limited to 'UpdateManager')
| -rw-r--r-- | UpdateManager/UpdateManager.py | 3 |
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,[]) |
