Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/formats/pipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace MR
return false;

if (isatty (STDOUT_FILENO))
throw Exception ("attempt to pipe image to standard output (this will leave temporary files behind)");
throw Exception ("cannot create output piped image: no command connected at other end of pipe to receive that image");

H.name() = File::create_tempfile (0, "mif");

Expand Down
Loading