jefflester / minitrino

A tool that makes it easy to run modular Trino environments locally.
Apache License 2.0
32 stars 3 forks source link

CommandExecutor enhancements #7

Closed jefflester closed 4 years ago

jefflester commented 4 years ago

The CommandExecutor class could use some updates.

jefflester commented 4 years ago

After messing around with shell=False and splitting the command into a list via shlex, it's looking like more complications are created than solved. I am closing this issue for the time being and will revisit it if another person raises a valid reason.