We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64736ea commit e994e95Copy full SHA for e994e95
cli/f3.go
@@ -287,7 +287,7 @@ var f3SubCmdPowerTable = &cli.Command{
287
seenIDs[actorID] = struct{}{}
288
scaled, key := pt.Get(actorID)
289
if key == nil {
290
- return fmt.Errorf("actor ID %q not found in power table", actorID)
+ return fmt.Errorf("actor ID %d not found in power table", actorID)
291
}
292
result.ScaledSum += scaled
293
0 commit comments