diff --git a/server/action.py b/server/action.py index 3f3033fd..b2ccda1e 100644 --- a/server/action.py +++ b/server/action.py @@ -359,6 +359,10 @@ class Action: #@staticmethod def executeCmd(realCmd): logSys.debug(realCmd) + if realCmd is None or realCmd == "": + logSys.debug("Nothing to do") + return True + _cmd_lock.acquire() try: # Try wrapped within another try needed for python version < 2.5 try: