Code review comment for lp://qastaging/~bladernr/checkbox/1257308

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

37 - print("theoretical max %sMb/s" % int(self.iface.max_speed))
38 + print("theoretical max %sMb/s\n" % int(self.iface.max_speed))

Is this intended?

review: Needs Information

« Back to merge proposal