def execute(self, func, args, msg=None, level=1): execute(func, args, msg, self.dry_run)
def execute(self, func, args, msg=None, level=1): util.execute(func, args, msg, dry_run=self.dry_run)