All pastes #2088546 Raw Edit

Mine

public text v1 · immutable
#2088546 ·published 2011-10-10 04:17 UTC
rendered paste body
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