nteract/papermill

Write stdout and stderr to same file

开放

#679 创建于 2022年9月8日

 (1 条评论) (0 个反应) (0 位负责人)Python (402 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (5,381 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南