- Fixed indentation with space instead of tabs

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@434 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-10-24 19:49:31 +00:00
parent 71b9fe8fe8
commit 4536ddbcc1
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class Action:
return Action.executeCmd(realCmd)
@staticmethod
@staticmethod
def executeCmd(realCmd):
logSys.debug(realCmd)
try: