carltongibson / rest-framework-tutorial

62 stars 65 forks source link

Adjust subprocess commands to use strings. #3

Closed carltongibson closed 5 years ago

carltongibson commented 5 years ago

... rather than lists, since it's easier to parse visually.

(Then use split() when passing to subprocess.)

carltongibson commented 5 years ago

Not going to do this. I see the view point but I prefer the list syntax.