Skip to content

Instantly share code, notes, and snippets.

@juztas
Created March 18, 2015 14:19
Show Gist options
  • Select an option

  • Save juztas/1afe2e6f07cac140d28d to your computer and use it in GitHub Desktop.

Select an option

Save juztas/1afe2e6f07cac140d28d to your computer and use it in GitHub Desktop.
if getattr(self.step.data.application.command, 'silentMemoryCheck', False):
self.process.add_(PSetConfig.Service("SimpleMemoryCheck", jobReportOutputOnly=PSetConfig.untracked.bool(True)))
else:
self.process.add_(PSetConfig.Service("SimpleMemoryCheck"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment