Skip to content

Commit

Permalink
chore: fix gp tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 6, 2024
1 parent c64a1dc commit 580eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migrations/migration_239.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def fix_values():
]
field_name = "TYPE"
print("fixing equipment type values...")
layer = arcpy.management.MakeFeatureLayer("Equipment", "equipment_layer")
layer = arcpy.management.MakeTableView("Equipment", "equipment_layer")

for old_value, new_value in mappings:
print(f"fixing {old_value} to {new_value}")
Expand Down

0 comments on commit 580eb4e

Please sign in to comment.