[skimage] 05/24: BUG: Untabify video.py.

Andreas Tille tille at debian.org
Fri Dec 23 08:22:18 UTC 2016


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

tille pushed a commit to tag v0.3.1
in repository skimage.

commit 92aed3673fe44097fb27885ee14f650f87f1c35d
Author: Stefan van der Walt <stefan at sun.ac.za>
Date:   Mon Oct 10 12:59:18 2011 -0700

    BUG: Untabify video.py.
---
 scikits/image/io/video.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scikits/image/io/video.py b/scikits/image/io/video.py
index c79d553..f0a8561 100644
--- a/scikits/image/io/video.py
+++ b/scikits/image/io/video.py
@@ -173,7 +173,7 @@ class GstVideo(object):
         self.appsink.set_property('caps', gst.caps_from_string(caps))
         if self.pipeline.set_state(gst.STATE_PLAYING) == gst.STATE_CHANGE_FAILURE:
             raise NameError("Failed to load video source %s" % self.source)
-	    buff = self.appsink.emit('pull-preroll')
+        buff = self.appsink.emit('pull-preroll')
       
     def get(self):
         """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git



More information about the debian-science-commits mailing list