Skip to content

Commit

Permalink
pep8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Nov 3, 2015
1 parent 3872c49 commit 5caedc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldapcherry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def _deleteuser(self, username):
)

cherrypy.log.error(
msg="User '" + username + "' deleted by '" + admin + "'" ,
msg="User '" + username + "' deleted by '" + admin + "'",
severity=logging.INFO
)

Expand Down

0 comments on commit 5caedc9

Please sign in to comment.