vladimirnani / DjangoCommands

ST2/ST3 plugin for managing django project
29 stars 14 forks source link

Ensure no blank arguments in command list for Windows; Issue #41 related #42

Closed nathanjr closed 6 years ago

nathanjr commented 6 years ago

This change ensures that no blank arguments reach the subprocess.Popen command in Windows which fixes Issue #41 whereby any commands with a blank list element will fail.