Skip to content

Commit

Permalink
Merge pull request #79 from Esri/fox/fix-param-type
Browse files Browse the repository at this point in the history
Incorrect param type is breaking tool in recent version of Pro
  • Loading branch information
chris-fox authored Jul 26, 2023
2 parents 913a99b + 9662c3c commit de597b5
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 de597b5

Please sign in to comment.