Skip to content

Commit

Permalink
Make ArcGIS sDNA Alias valid
Browse files Browse the repository at this point in the history
Fixes issue #95

Co-authored-by: Luke Pinner <[email protected]>
  • Loading branch information
JamesParrott and lpinner committed Nov 22, 2024
1 parent 02e0deb commit faabe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcscripts/sDNA.pyt
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ for tool in get_tools():
class Toolbox(object):
def __init__(self):
self.label = "Spatial Design Network Analysis"
self.alias = "Spatial Design Network Analysis"
self.alias = "sDNA"
self.tools = tool_list

0 comments on commit faabe8a

Please sign in to comment.