mirror of https://github.com/fail2ban/fail2ban
- Fixed indentation with space instead of tabs
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@434 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
71b9fe8fe8
commit
4536ddbcc1
|
@ -209,7 +209,7 @@ class Action:
|
||||||
|
|
||||||
return Action.executeCmd(realCmd)
|
return Action.executeCmd(realCmd)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def executeCmd(realCmd):
|
def executeCmd(realCmd):
|
||||||
logSys.debug(realCmd)
|
logSys.debug(realCmd)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue