Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
minor updates to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMillerGIS committed Feb 18, 2016
1 parent 130e5c4 commit 9ba683b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/src/append_fc_to_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def main(*argv):


else:
outputPrinter(message="Feature Service with id %s was not found" % fsId,typeOfMessage='error')
outputPrinter(message="\tFeature Service with id %s was not found" % fsId,typeOfMessage='error')
arcpy.SetParameterAsText(9, "false")

except arcpy.ExecuteError:
Expand Down
4 changes: 2 additions & 2 deletions tools/src/delete_rows_from_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ def main(*argv):
arcpy.SetParameterAsText(7, "false")
break
else:
outputPrinter(message="Feature Service with id %s was not found" % fsId,typeOfMessage='error')
outputPrinter(message="\tFeature Service with id %s was not found" % fsId, typeOfMessage='error')
arcpy.SetParameterAsText(7, "false")

else:
outputPrinter(message="Security handler not created, exiting")
outputPrinter(message=fst.message, typeOfMessage='error')
arcpy.SetParameterAsText(7, "false")

except arcpy.ExecuteError:
Expand Down

0 comments on commit 9ba683b

Please sign in to comment.