Skip to content

Unbuffer preserve stderr - #86

Closed
ivazquez wants to merge 6 commits into
papaemmelab:masterfrom
vazquezgarcialab:unbuffer-preserve-stderr
Closed

Unbuffer preserve stderr#86
ivazquez wants to merge 6 commits into
papaemmelab:masterfrom
vazquezgarcialab:unbuffer-preserve-stderr

Conversation

@ivazquez

Copy link
Copy Markdown

add a short description of the change

  • 🐛   Bug fix
  • 🚀   New feature
  • 🔧   Code refactor
  • ⚠️   Breaking change that would cause existing functionality to change
  • 📘   I have updated the documentation accordingly
  • ✅   I have added tests to cover my changes

iv064 and others added 6 commits July 18, 2025 15:49
Apps are configured via database client settings. Fix ISABL_CLIENT_ID
env var name and use https in README example.
unbuffer's pty merges stdout+stderr at the kernel, leaving head_job.err
empty. Redirect stderr inside the pty wrap (bash -c '... 2> head_job.err')
so fd 2 is dup'd to the file before the pty captures fd 1. stdout still
flows through unbuffer for colored output; tracebacks land in head_job.err
as plain text (no ANSI codes). Applied uniformly to slurm/lsf/sge.
@ivazquez

Copy link
Copy Markdown
Author

Closing — keeping this change on our fork (vazquezgarcialab) only. Apologies for the noise.

@ivazquez ivazquez closed this May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant