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 0cc10df6e..d3e23309a 100755
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -538,7 +538,7 @@ class Core(object):
for i in range(3, 50):
try:
close(i)
- except :
+ except Exception:
pass
execl(executable, executable, *sys.argv)