Skip to content

Commit

Permalink
Incorrect param type is breaking tool in recent version of Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-fox committed Jul 26, 2023
1 parent 913a99b commit 9662c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ServiceSupport.pyt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ class Moderate(object):
charsubs = arcpy.Parameter(
displayName='Character Substitutions',
name='charsubs',
datatype='GPString',
datatype='GPValueTable',
parameterType='Optional',
direction='Input')
charsubs.columns = [['GPString', 'Letter'],
Expand Down

0 comments on commit 9662c3c

Please sign in to comment.