Skip to content

Commit

Permalink
Update WildfireExposure.pyt
Browse files Browse the repository at this point in the history
  • Loading branch information
ojlarson committed Oct 25, 2024
1 parent e8c8fc7 commit e004881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WildfireExposure.pyt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class WildfireExposure(object):
def execute(self, parameters, messages):
"""The source code of the tool."""
# To allow overwriting outputs change overwriteOutput option to True.
arcpy.AddMessage(f'{parameters[17]}, {parameters[16].value}, {type(parameters[16].value)}, {parameters[16].value.isFeatureLayer}, {parameters[16].datatype}')
#arcpy.AddMessage(f'{parameters[17]}, {parameters[16].value}, {type(parameters[16].value)}, {parameters[16].value.isFeatureLayer}, {parameters[16].datatype}')
arcpy.env.overwriteOutput = True

# Check out any necessary licenses.
Expand Down

0 comments on commit e004881

Please sign in to comment.