Working on the Python for everyone course and I can not get past the first exercise. An error keeps popping up arfter I try to run the script.
Traceback (most recent call last):
File "C:\Python27\ArcGIS10.8\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 326, in RunScript
exec codeObject in __main__.__dict__
File "C:\Users\mattf\OneDrive\Documents\ArcGIS 10.8.2\PythEveryone\RunningScripts\Oregon_Polk.gdb\SpatialRef.py", line 9, in <module>
for fc in fcList:
TypeError: 'NoneType' object is not iterable