nstanger / process_podcast

Python script for processing and assembling a podcast from various input sources
0 stars 0 forks source link

Generated command doesn’t work? #27

Closed nstanger closed 7 years ago

nstanger commented 7 years ago

This appears to have been a recent development. Command echoing in debug mode also no longer appears as a single string, making verification and testing difficult.

nstanger commented 7 years ago

It appears that command generation was probably OK (more likely user error), but debug output was definitely broken, with every element of the command string being quoted, including the command line switched and the executable name. This was because the catch-all regex was being applied regardless of whether it made sense.