~kiwinote/gdebi/use-python-apt

« back to all changes in this revision

Viewing changes to GDebi/GDebi.py

  • Committer: Michael Vogt
  • Date: 2010-02-11 22:01:25 UTC
  • Revision ID: michael.vogt@ubuntu.com-20100211220125-6tlmvp99ilbxiub1
GDebi/GDebi.py: *cough* fix synatx error

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
            # gksu patch is only available on ubuntu currently unfortunately
446
446
            if UBUNTU:
447
447
                    gksu_args.append("--always-ask-pass")
448
 
            except:
449
 
                pass
450
448
            os.execv(gksu_cmd, gksu_args+gdebi_args)
451
449
 
452
450
        if not self.try_acquire_lock():