- Updated Scyther interface.
This commit is contained in:
parent
40bc144d88
commit
8bff33dc82
@ -101,7 +101,7 @@ class Scyther(object):
|
||||
def __str__(self):
|
||||
if self.run:
|
||||
if self.errorcount > 0:
|
||||
return "%i errors:\n%s" % (self.errorcount, "".join(self.errors))
|
||||
return "%i errors:\n%s" % (self.errorcount, "\n".join(self.errors))
|
||||
else:
|
||||
s = "Claim results:\n"
|
||||
for cl in self.claims:
|
||||
|
Loading…
Reference in New Issue
Block a user