Audacity Bug Summary
••• Introduction •••
••• Keywords •••
    Audacity 3.0.3 development began 19th April 2021

Audacity Bugzilla



Bug 2552 - pipe_test.py fails to print return value from first command
pipe_test.py fails to print return value from first command
Status: RESOLVED FIXED
Product: Audacity
Classification: Unclassified
Component: Other
2.4.2
All All
: P3 RepeatableAll
Assigned To: Default Assignee for New Bugs
https://forum.audacityteam.org/viewto...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-09-28 16:49 UTC by Steve Daulton
Modified: 2020-10-10 07:43 UTC (History)
3 users (show)

See Also:
Steps To Reproduce:
1. Run the Python script pipe_test.py with mod-script-pipe enabled in Audacity. 2. Observe that there is no "received" message from the first command.
Release Note:
First Git SHA:
Group: ---
Workaround:
Closed: 2020-10-10 00:00:00
james.k.crook: Must‑Test‑All‑OS-
james.k.crook: Test‑OK‑Win+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Daulton 2020-09-28 16:49:57 UTC
When running:
 https://github.com/audacity/audacity/blob/master/scripts/piped-work/pipe_test.py
the first command:
 do_command('Help: Command=Help')
fails to print the expected string.


This 'may' be a regression, though I can currently only test back to Audacity 2.4.2.

This bug occurs on Windows and Linux. Assumed to be "all".
Comment 1 Steve Daulton 2020-09-29 11:38:26 UTC
Fix committed:
https://github.com/audacity/audacity/commit/dd6fe21
Comment 2 Peter Sampson 2020-10-06 10:44:34 UTC
I haven't the skills or wherewithal to test this
Comment 3 James Crook 2020-10-10 07:43:37 UTC
RESOLVED FIXED
Thanks Steve.