nteract/papermill

Write stdout and stderr to same file

Aberta

#679 aberto em 8 de set. de 2022

 (1 comentário) (0 reação) (0 responsável)Python (402 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (5.381 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Is it possible to write stdout and stderr to the same file?

I tried passing the same file path to both --stdout-file and --stderr-file but the file contained only stderr after execution.

Guia do colaborador