Mika Laitio d13fb85d7f python3 print fix to scripts examples
Print function needs to use brackets to be compatible
both with the python2 and python3.
Without this fix following error was generated
with flags
-DKICAD_SCRIPTING_MODULES=ON
-DKICAD_SCRIPTING_PYTHON3=ON

/usr/share/kicad/demos/python_scripts_examples/gen_gerber_and_drill_files_board.py", line 95
print 'plot %s' % pctl.GetPlotFileName()
^
SyntaxError: invalid syntax

Fixes https://gitlab.com/kicad/code/kicad/-/issues/8303

Signed-off-by: Mika Laitio <lamikr@gmail.com>
2021-04-26 15:20:14 +00:00
..
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-03-05 14:06:35 +01:00
2021-03-08 12:39:24 +01:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-04-26 09:06:25 +02:00
2021-01-27 18:37:42 -05:00