Changeset 1460 for trunk/peppy/major.py

Show
Ignore:
Timestamp:
07/07/08 07:41:00 (5 months ago)
Author:
rob
Message:

Only RunFilter? should have expanded the command line args to include the pathname of the file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/peppy/major.py

    r1459 r1460  
    10651065        return cmd 
    10661066     
    1067     def startCommandLine(self, cmd): 
     1067    def startCommandLine(self, cmd, expand=False): 
    10681068        """Attempt to create a process using the command line""" 
    10691069        if hasattr(self, 'process'): 
     
    10781078                self.save() 
    10791079 
    1080             cmd = self.expandCommandLine(cmd) 
     1080            if expand: 
     1081                cmd = self.expandCommandLine(cmd) 
    10811082            if self.classprefs.output_log == 0: 
    10821083                output = self