flake
This commit is contained in:
@@ -2097,7 +2097,8 @@ def no_platform(self, pkg):
|
||||
|
||||
def multiple_platforms(self, pkg, platform1, platform2):
|
||||
msg = "Cannot concretize %s with multiple platforms" % pkg
|
||||
msg += "\n Requested 'platform=%s' and 'platform=%s'" % (platform1, platform2)
|
||||
msg += "\n Requested 'platform=%s' and 'platform=%s'" % (
|
||||
platform1, platform2)
|
||||
raise UnsatisfiableSpecError(msg)
|
||||
|
||||
def variant_value(self, pkg, name, value):
|
||||
|
||||
Reference in New Issue
Block a user