[Pkg-privacy-commits] [tails-installer] 29/30: Fix function signatures

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:27:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.92.0
in repository tails-installer.

commit 80ed160a6272df4f0eb63ce070307eaeb086ea9b
Author: Martin Briza <mbriza at redhat.com>
Date:   Mon Apr 11 16:54:59 2016 +0200

    Fix function signatures
---
 liveusb/creator.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/liveusb/creator.py b/liveusb/creator.py
index f27c460..fa86eb3 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -253,7 +253,7 @@ class LiveUSBCreator(object):
     def is_admin(self):
         raise NotImplementedError
 
-    def dd_image(self):
+    def dd_image(self, update_function=None):
         raise NotImplementedError
 
     def restore_drive(self, d, callback):
@@ -350,7 +350,7 @@ class LinuxLiveUSBCreator(LiveUSBCreator):
         for name, device in self.udisks.GetManagedObjects().iteritems():
             handleAdded(name, device)
 
-    def dd_image(self):
+    def dd_image(self, update_function=None):
         self.log.info(_('Overwriting device with live image'))
         drive = self.drive.device
         cmd = 'dd if="%s" of="%s" bs=1M iflag=direct oflag=direct conv=fdatasync' % (self.iso, drive)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list