thasso / pyjip

JIP Pipeline System
http://pyjip.readthedocs.org
Other
19 stars 8 forks source link

Hidden options are not resolved when called explicitly #51

Closed emi80 closed 9 years ago

emi80 commented 10 years ago

In the following example output is not included in the returned command:

def setup(self):
  self.opts['output'].hidden = True

def get_command(self):
  return 'program ${options()} ${output|arg(">")}'