We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cabaa commit 92c7df5Copy full SHA for 92c7df5
1 file changed
TestCases/TestCase.py
@@ -796,6 +796,6 @@ def is_enabled(self):
796
is_enabled = self.cpu_arch in self.enabled_on_cpu_arch
797
798
if not is_enabled:
799
- print('Ignoring test "%s" because it is not enabled for the current CPU architecture: %s' % self.tag, self.cpu_arch)
+ print('Ignoring test "%s" because it is not enabled for the current CPU architecture: %s' % (self.tag, self.cpu_arch))
800
801
return is_enabled
0 commit comments