Skip to content
  • Matthias Gerstner's avatar
    subprocess usage: explicitly pass `close_fds = True` · 1e83596b
    Matthias Gerstner authored
    In python2 the default for `close_fds` is still False, therefore it is
    possible that open file descriptors like the logfile are inherited to
    child processes. This is prevented by explicitly passing this parameter
    to all subprocess invocations.
    1e83596b