~xnox/ubiquity/no-erase

« back to all changes in this revision

Viewing changes to ubiquity/frontend/gtk_ui.py

  • Committer: Luke Yelavich
  • Date: 2016-02-17 07:11:43 UTC
  • Revision ID: luke.yelavich@canonical.com-20160217071143-bq0wsy5dk8u41z6g
Fix test failure

Show diffs side-by-side

added added

removed removed

Lines of Context:
654
654
            hc_profile_found = False
655
655
            sr_profile_found = False
656
656
 
657
 
            profile_list_subp = subprocess.Popen(['a11y-profile-manager', '-l'],
 
657
            profile_list_subp = subprocess.Popen(['a11y-profile-manager',
 
658
                                                  '-l'],
658
659
                                                  stdout=subprocess.PIPE,
659
660
                                                  preexec_fn=misc.drop_all_privileges,
660
661
                                                  universal_newlines=True)