Commit b1e8ba3c5bf4e42b95949360d73e740f21d0f958

Authored by janek37
1 parent 791e1142

kolejny mały bugfix w eksporcie

Showing 1 changed file with 1 additions and 1 deletions
dictionary/export.py
... ... @@ -215,7 +215,7 @@ class LexemeExport(object):
215 215 i += 1
216 216 if self.data['form_qualifiers']:
217 217 quals = row[i]
218   - if UNDERSCORES:
  218 + if UNDERSCORES and quals:
219 219 quals = quals.replace(' ', '_')
220 220 if self.data['homonym_numbers'] and entry in self.homonym_entries:
221 221 if (entry, pos) in self.homonyms_with_numbers:
... ...