Signed off by: Florian Kerle flo.kerle@gmx.at
评论 (3)
#2 – jepler 于 2015-09-03
I fixed the else: problem and also corrected the Signed-off-by line (which should have hyphens, not spaces). Your contribution is now in the linuxcnc 2.7 branch. Congratulations on your first contribution to LinuxCNC.
#3 – ikcalB 于 2015-09-04
First: Thank you for your support!
New to git, wanted to roll back some stub commits, then had to diff & patch to 2.7 branch. looks like i rolled back too many commits…
In the future, I’ll check the build AFTER i pushed and BEFORE i send a pull request
#1 – jepler 于 2015-09-03
Unfortunately, I encounter errors during the build process after applying your changes. It appears that you are missing the “:” needed after “else”.
Traceback (most recent call last):“, line 1, in “, line 1, in “, line 1, in “, line 1, in
File “
File “emc/usr_intf/touchy/touchy.py”, line 841
else
^
SyntaxError: invalid syntax
emc/usr_intf/touchy/Submakefile:25: recipe for target ‘../bin/touchy’ failed
make: *\ [../bin/touchy] Error 1
make: *\ Waiting for unfinished jobs….
Traceback (most recent call last):
File “
File “emc/usr_intf/axis/scripts/axis.py”, line 3382
else
^
SyntaxError: invalid syntax
emc/usr_intf/axis/Submakefile:37: recipe for target ‘../bin/axis’ failed
make: *\ [../bin/axis] Error 1
Traceback (most recent call last):
File “
File “emc/usr_intf/gscreen/gscreen.py”, line 3696
else
^
SyntaxError: invalid syntax
emc/usr_intf/gscreen/Submakefile:32: recipe for target ‘../bin/gscreen’ failed
make: *\ [../bin/gscreen] Error 1
Traceback (most recent call last):
File “
File “emc/usr_intf/gmoccapy/gmoccapy.py”, line 4311
else
^
SyntaxError: invalid syntax
emc/usr_intf/gmoccapy/Submakefile:26: recipe for target ‘../bin/gmoccapy’ failed
make: *\ [../bin/gmoccapy] Error 1