Skip to content
Snippets Groups Projects
Commit cd01a788 authored by Martin Mareš's avatar Martin Mareš
Browse files

Import: Oprava poněkud trapné chyby

parent ec0d23b3
No related branches found
No related tags found
No related merge requests found
...@@ -333,7 +333,7 @@ class Import: ...@@ -333,7 +333,7 @@ class Import:
self.line_number = 2 self.line_number = 2
for row in rows: for row in rows:
self.num_rows += 1 self.cnt_rows += 1
process_row(self, row) process_row(self, row)
if len(self.errors) >= 100: if len(self.errors) >= 100:
self.errors.append('Import přerušen pro příliš mnoho chyb') self.errors.append('Import přerušen pro příliš mnoho chyb')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment