Skip to content

Commit

Permalink
Flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 5, 2018
1 parent 13a850c commit 9c057ba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/Products/ZCatalog/ZCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ def manage_catalogReindex(self, REQUEST, RESPONSE, URL1):
URL1 +
'/manage_catalogAdvanced?manage_tabs_message=' +
quote('Catalog Updated \n'
'Total time: %r\n'
'Total CPU time: %r' % (elapse, c_elapse)))
'Total time: %r\n'
'Total CPU time: %r' % (elapse, c_elapse)))

security.declareProtected(manage_zcatalog_entries, 'refreshCatalog')
def refreshCatalog(self, clear=0, pghandler=None):
Expand Down Expand Up @@ -335,9 +335,8 @@ def manage_catalogFoundItems(self, REQUEST, RESPONSE, URL2, URL1,
URL1 +
'/manage_catalogView?manage_tabs_message=' +
quote('Catalog Updated\n'
'Total time: %r\n'
'Total CPU time: %r'
% (elapse, c_elapse)))
'Total time: %r\n'
'Total CPU time: %r' % (elapse, c_elapse)))

security.declareProtected(manage_zcatalog_entries, 'manage_addColumn')
def manage_addColumn(self, name, REQUEST=None, RESPONSE=None, URL1=None):
Expand Down

0 comments on commit 9c057ba

Please sign in to comment.