nteract/papermill

Write stdout and stderr to same file

Offen

#679 geöffnet am 08.09.2022

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (402 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (5.381 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide