Ubuntu Pastebin

Paste from adconrad at Fri, 4 Aug 2017 12:07:28 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
=== modified file 'bin/ubiquity-dm'
--- bin/ubiquity-dm	2017-07-27 07:33:46 +0000
+++ bin/ubiquity-dm	2017-08-04 12:07:07 +0000
@@ -545,7 +545,8 @@
                     for gsdbinary in gsd:
                         if osextras.find_on_path(gsdbinary):
                             extras.append(subprocess.Popen(
-                                [gsdbinary], stdin=null, stdout=logfile, stderr=logfile,
+                                [gsdbinary], stdin=null, stdout=logfile,
+                                stderr=logfile,
                                 preexec_fn=self.drop_privileges))
 
                 elif background_image and osextras.find_on_path('feh'):
Download as text