Comment 4 for bug 546698

Revision history for this message
Martin Eve (martineve) wrote :

Hi,

My apologies; there is, still, a bug in the code whereby it is inserting spaces between each character passed into the -a argument.

It looks like it is in these lines:

        # append any process arguments
        for arg in self.procargs:
            self.openargs.append(arg)

        if self.verbose:
            print "Launching %s" %(" ".join(self.openargs))

I'll try and have a look over the next day and release a fix. Apologies again.

Martin