On 29 September 2016 at 22:34, Stephano Cetola < [email protected]> wrote:
> - cmd = "%s %s query --output %s" % \ > - (self.smart_cmd, self.smart_opt, available_manifest) > + cmd = [self.smart_cmd, self.smart_opt, 'query', '--output', > available_manifest] > self.smart_opt is a string containing many options, so this needs to be transformed to a list of options and embedded correctly. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
