Skip to content

Commit

Permalink
Fix Sinuosity PYT tool parameter issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMWhitehead committed Apr 9, 2018
1 parent 6d93f80 commit 3a613c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNAT.pyt
Original file line number Diff line number Diff line change
Expand Up @@ -1476,8 +1476,8 @@ class SinuosityAttributesTool(object):
paramSegmentAnalysis.enabled = False
paramAttributeAnalysis.value = ""
paramAttributeAnalysis.enabled = False
p[0].value = ""
p[0].enabled = True
# p[0].value = ""
# p[0].enabled = True

return

Expand Down

0 comments on commit 3a613c2

Please sign in to comment.