nteract/papermill

Write stdout and stderr to same file

Ouverte

#679 ouverte le 8 sept. 2022

 (1 commentaire) (0 réaction) (0 personne assignée)Python (402 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (5 381 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur