Skip to content

Commit 5285979

Browse files
author
Alexander Smishlajev
committed
wrap long line
1 parent 0dc1dda commit 5285979

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roundup/cgi/client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: client.py,v 1.209 2004-11-23 22:44:43 richard Exp $
1+
# $Id: client.py,v 1.210 2004-11-24 05:16:15 a1s Exp $
22

33
"""WWW request handler (also used in the stand-alone server).
44
"""
@@ -404,7 +404,8 @@ def determine_user(self):
404404
pass
405405
username, password = decoded.split(':')
406406
try:
407-
self.get_action_class('login')(self).verifyLogin(username, password)
407+
self.get_action_class('login')(self).verifyLogin(
408+
username, password)
408409
except LoginError, err:
409410
self.make_user_anonymous()
410411
self.response_code = 403

0 commit comments

Comments
 (0)