You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an error in parse_celfile_v4() that causes it to leak one file handle for every file that gets read. Eventually this causes it to crash. To fix it, add this line to the finally block.