py3 print...

main
jebba 2022-01-15 01:15:08 -07:00
parent 9bf798cd15
commit c811d14ef7
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class Pcb():
def print_pcb(self):
scale = 1.0 / self.resolution
print [self.width * scale, self.height * scale, self.depth]
print([self.width * scale, self.height * scale, self.depth])
sys.stdout.flush()
def print_stats(self):