Skip to content

Instantly share code, notes, and snippets.

Created July 24, 2017 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/69e2604c6eece7a4f65d52aa64b9d4d1 to your computer and use it in GitHub Desktop.
Save anonymous/69e2604c6eece7a4f65d52aa64b9d4d1 to your computer and use it in GitHub Desktop.
# Function
def Messages(message):
"This prints a passed string as both print and arcpy.AddMessages()"
print message
arcpy.AddMessage(message)
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment