Skip to content

Commit

Permalink
Update addin.py
Browse files Browse the repository at this point in the history
fixing code typo
  • Loading branch information
csomerlot authored Jul 15, 2024
1 parent 83a2965 commit 450bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addin/Install/addin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self):
self.enabled = True
self.checked = False
def onClick(self):
try:
try:
pythonaddins.GPToolDialog("WatershedImprovementPlanningTools.pyt", "Runoff")
except TypeError:
pass
Expand Down

0 comments on commit 450bc5a

Please sign in to comment.