mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-23 15:03:45 +00:00
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> |
||
---|---|---|
.. | ||
complex_hierarchy | ||
custom_pads_test | ||
ecc83 | ||
electric | ||
flat_hierarchy | ||
interf_u | ||
kit-dev-coldfire-xilinx_5213 | ||
microwave | ||
pic_programmer | ||
python_scripts_examples | ||
simulation | ||
sonde xilinx | ||
stickhub | ||
test_pads_inside_pads | ||
test_xil_95108 | ||
video | ||
CMakeLists.txt |