Hello,
Can anybody see why I'd be getting a syntax error here? Totally stumped?
Thanks
Solved! Go to Solution.
in arcpy.AddMessage is missing ")" at the end
in arcpy.AddMessage is missing ")" at the end
Thanks. Missing an end bracket. Funny how you can stare and stare and stare at it and it just doesn't pop out!
If a syntax error appears, check to make sure that the parentheses are matched up correctly. If one end is missing or lined up incorrectly, then type in the correction and check to make sure that the code can be compiled. Keeping the code as organized as possible also helps.
Regards,
Rachel Gomez