[Testbot] Plone 5.0 - Python 2.7 - Build # 3087 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sat Aug 23 04:11:04 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3087 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/3087/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.versioningbehavior
Branch: refs/heads/master
Date: 2014-08-23T01:03:11+02:00
Author: Gil Forcada (gforcada) <gforcada at gnome.org>
Commit: https://github.com/plone/plone.app.versioningbehavior/commit/6bdb2c8635e7557944b01ce67a2aad7a35489064

Whitespaces cleanup

Files changed:
M plone/app/versioningbehavior/__init__.py
M plone/app/versioningbehavior/browser.py

diff --git a/plone/app/versioningbehavior/__init__.py b/plone/app/versioningbehavior/__init__.py
index c32285e..619eafa 100644
--- a/plone/app/versioningbehavior/__init__.py
+++ b/plone/app/versioningbehavior/__init__.py
@@ -5,13 +5,13 @@
 from Products.CMFCore.permissions import ManagePortal
 from plone.namedfile.interfaces import HAVE_BLOBS
 
-    
+
 def initialize(context):
     """Registers modifiers with zope (on zope startup).
     """
     if HAVE_BLOBS:
         from modifiers import modifiers
-    
+
         for m in modifiers:
             context.registerClass(
                 m['wrapper'], m['id'],
diff --git a/plone/app/versioningbehavior/browser.py b/plone/app/versioningbehavior/browser.py
index 283a1d8..65010c0 100644
--- a/plone/app/versioningbehavior/browser.py
+++ b/plone/app/versioningbehavior/browser.py
@@ -29,7 +29,7 @@ def __call__(self):
 
         if file_ is None:
             raise NotFound(self, filename, self.request)
-        
+
         set_headers(file_, self.request.response, filename=filename)
 
         return stream_data(file_)




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1468 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140823/92e15bdf/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 118756 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140823/92e15bdf/attachment-0003.obj>


More information about the Testbot mailing list