nstanger / process_podcast

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

ShellCommand.command_string() ignores quote argument #33

Closed nstanger closed 6 years ago

nstanger commented 6 years ago

Generated command strings with weird characters in them can’t be quoted.

nstanger commented 6 years ago

Oh, wait, it already passes it on to executable_string() and argument_string(), which makes sense.