diff options
author | martinko | 2014-10-27 09:53:23 +0000 |
---|---|---|
committer | martinko | 2014-10-27 09:53:23 +0000 |
commit | a963fe1edfd3177b7013fae3d0c10872d550b55e (patch) | |
tree | 4dde1b6d8b9b36f8566ca284b7c5feefe34d8488 /python/skytools/scripting.py | |
parent | d66cbbb668665fee17b937c47e6b58ce9ef82706 (diff) | |
parent | 61b38553c2a24073f1eb6ee6d4d5d434800c7e26 (diff) |
Merge branch 'hotfix/3.2.4'3.2.4
Diffstat (limited to 'python/skytools/scripting.py')
-rw-r--r-- | python/skytools/scripting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/skytools/scripting.py b/python/skytools/scripting.py index 24dd684b..b7a7a8e4 100644 --- a/python/skytools/scripting.py +++ b/python/skytools/scripting.py @@ -671,7 +671,7 @@ class BaseScript(object): In case of daemon, if will be called in same process as work(), unlike __init__(). """ - self.log.info("Script finished, exiting") + pass # define some aliases (short-cuts / backward compatibility cruft) stat_add = stat_put # Old, deprecated function. |