Commit a2ea5daa2c366ac8fa13e73bc98341a712b11362
1 parent
68957fea
Minor bugfix.
Showing
1 changed file
with
0 additions
and
1 deletions
dictionary/ajax_vocabulary_management.py
... | ... | @@ -145,7 +145,6 @@ def create_tei_walenty(lemmas, form_dict): |
145 | 145 | file_name = tmpfilename + '.xml' |
146 | 146 | os.rename(tmpfilename, file_name) |
147 | 147 | return file_name |
148 | - | |
149 | 148 | |
150 | 149 | def create_text_walenty(file_name, lemmas, vocabularies, frame_opinions, |
151 | 150 | lemma_statuses, owners, poss, add_frame_opinions): |
... | ... |