Traceback (most recent call last):
File "NARA_uploader_JPG.py", line 577, in <module>
main(sys.argv[1:])
File "NARA_uploader_JPG.py", line 570, in main
fileDescription = removeTIFFParameter(description, fileInfo['ext'])
File "NARA_uploader_JPG.py", line 459, in removeTIFFParameter
return re.sub(r'(\s*\|\s*TIFF\s*=)\s*yes', r'\1', description)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub
return _compile(pattern, 0).sub(repl, string, count)
TypeError: expected string or buffer