Skip to content

Commit

Permalink
Merge branch 'master' of github.com:marinho/geraldo
Browse files Browse the repository at this point in the history
  • Loading branch information
marinho committed Jul 6, 2010
2 parents e078097 + 9d07863 commit a745b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geraldo/generators/csvgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def generate_csv(self):

cells.append(widget.text)

# Next object
self._current_object_index += 1
# Next object
self._current_object_index += 1

self.writer.writerow(cells)

0 comments on commit a745b0b

Please sign in to comment.