USDA-NRCS / NRCS-Engineering-Tools---ArcGIS-Pro

Future home of the UDSA-NRCS Engineering Tools for ArcGIS Pro
GNU General Public License v3.0
4 stars 3 forks source link

Slope - Percent #13

Open keithlarson68 opened 4 years ago

keithlarson68 commented 4 years ago

----------ERROR Start------------------- Traceback (most recent call last): File "C:\GIS\python_scripts\NRCS-Engineering-Tools---ArcGIS-Pro-master\SUPPORT\Calculate_Percent_Slope.py", line 358, in arcpy.RefreshCatalog(watershedGDB_path) AttributeError: module 'arcpy' has no attribute 'RefreshCatalog'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\GIS\python_scripts\NRCS-Engineering-Tools---ArcGIS-Pro-master\SUPPORT\Calculate_Percent_Slope.py", line 374, in print_exception()
File "C:\GIS\python_scripts\NRCS-Engineering-Tools---ArcGIS-Pro-master\SUPPORT\Calculate_Percent_Slope.py", line 15, in print_exception AddMsgAndPrint("Traceback Info: \n" + tbinfo + "Error Info: \n " + str(sys.exc_type)+ ": " + str(sys.exc_value) + "",2) AttributeError: module 'sys' has no attribute 'exc_type' Failed to execute (CalculatePercentSlope).