Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftysevendegreesofrad committed Mar 24, 2021
2 parents e16ab9e + 6f70abc commit 30eed90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arcscripts/Rtest.py
Expand Up @@ -30,8 +30,8 @@

def output(x):
for line in x.split("\n"):
arcpy.AddMessage(x)
arcpy.AddMessage(line)

output(stdout)
output(stderr)


0 comments on commit 30eed90

Please sign in to comment.