Hi everyone
I tried to create a python script toolbox. I tried to obtain ArcGIS parameters using both arcpy.GetParameterAsText(0) and sys.argv[1].
I think I supposed to obtain a string. but I got a tuple.
Is there any reason why this happens? My another tool works fine.
The variable I got is like this:
['C:\\Users\\dustm\\Documents\\GitHub\\TurkeyLake_Project\\Shapefiles\\Shapefiles_to_define_HRUs\\finalcat_info.shp']
['#']
['abc']
Thanks