Workaround for seg fault (see comments in pull request # 232)

This commit is contained in:
blitzmann
2014-12-31 16:00:09 -05:00
parent c59b818677
commit e42671fbec
2 changed files with 3 additions and 6 deletions

View File

@@ -157,7 +157,6 @@ class exportHtmlThread(threading.Thread):
return
fit = fits[0]
try:
print fit[0]
dnaFit = sFit.exportDna(fit[0])
HTMLgroup += (
' <li><a data-dna="' + dnaFit + '" target="_blank">' + ship.name + ": " + fit[1] + '</a></li>\n')