sarge is splitting up command

Issue #4 resolved
Former user created an issue

What is the reasoning behind the command text formatting done by sarge? If I issue the following command: sarge.run('rsync user@host:path dest') it fails, and reading .command shows the text was converted to 'rsync user @ host : path dest' (note added spaces).

Comments (2)

  1. Vinay Sajip repo owner

    The reasoning behind sarge parsing the command line is that it allows more than subprocess does, e.g. using & to run things asynchronously, doing redirects etc.

  2. Log in to comment