summaryrefslogtreecommitdiff
path: root/gerber/am_read.py
diff options
context:
space:
mode:
Diffstat (limited to 'gerber/am_read.py')
-rw-r--r--gerber/am_read.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerber/am_read.py b/gerber/am_read.py
index ade4389..9fdd548 100644
--- a/gerber/am_read.py
+++ b/gerber/am_read.py
@@ -108,7 +108,7 @@ class Scanner:
def print_instructions(instructions):
for opcode, argument in instructions:
- print "%s %s" % (OpCode.str(opcode), str(argument) if argument is not None else "")
+ print("%s %s" % (OpCode.str(opcode), str(argument) if argument is not None else ""))
def read_macro(macro):