bug 386847 - os x not uploading i386 symbols. rs=gavin.sharp

This commit is contained in:
ted.mielczarek%gmail.com 2007-07-25 01:06:18 +00:00
Родитель 3dedd6cc8f
Коммит 8996380183
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -255,7 +255,7 @@ class Dumper:
except:
print >> sys.stderr, "Unexpected error: ", sys.exc_info()[0]
raise
return result
return result
# Platform-specific subclasses. For the most part, these just have
# logic to determine what files to extract symbols from.