Another pylint fix.
This commit is contained in:
parent
a151135e2e
commit
6a5d0c837b
@ -62,7 +62,7 @@ def _close_fds():
|
||||
for i in xrange(3, MAXFD):
|
||||
try:
|
||||
os.close(i)
|
||||
except:
|
||||
except Exception:
|
||||
logging.error('Cannot close file file descriptors')
|
||||
|
||||
def create_activity_id():
|
||||
|
Loading…
Reference in New Issue
Block a user