Changeset 824

Show
Ignore:
Timestamp:
02/21/08 13:15:52 (11 months ago)
Author:
sontag
Message:

fixes part of ticket #17 - executing a pset should run epar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/iraftask.py

    r796 r824  
    10071007 
    10081008    def _run(self, redirKW, specialKW): 
    1009         # should executing a pset run epar? 
    1010         # currently we silently do nothing 
    1011         pass 
     1009        # executing a pset 
     1010        self.eParam() # the cl runs the param editor here; so shall we 
    10121011 
    10131012    def __str__(self):