summaryrefslogtreecommitdiffstats
path: root/pyload/Core.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/Core.py')
-rwxr-xr-xpyload/Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index ae6bde4a9..e833314f0 100755
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -198,7 +198,7 @@ class Core(object):
if not pid or os.name == "nt":
return False
try:
- os.kill(pid, 0) # 0 - default signal (does nothing)
+ os.kill(pid, 0) #: 0 - default signal (does nothing)
except Exception:
return 0