Skip to content

Instantly share code, notes, and snippets.

@shanemhansen
Created December 31, 2014 01:00
Show Gist options
  • Save shanemhansen/44b3e4e5a3031d7a8a78 to your computer and use it in GitHub Desktop.
Save shanemhansen/44b3e4e5a3031d7a8a78 to your computer and use it in GitHub Desktop.
try:
arcpy.CopyRows_management("fire_view", newTable)
except Exception, e:
arcpy.AddWarning(e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment