From 6d35ad9126a3bf0a9d584674628b3677c0da1e51 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Thu, 19 May 2011 15:28:32 +0530 Subject: BUG: Contents of the last cell missed by two_column.py. --- two_column.py | 1 + 1 file changed, 1 insertion(+) (limited to 'two_column.py') diff --git a/two_column.py b/two_column.py index 702e009..4134b2e 100755 --- a/two_column.py +++ b/two_column.py @@ -25,6 +25,7 @@ def parse_script(script): else: pass txt += line + content[where] = txt # Saving the content of the last cell. def write_two_col(content, two_col): """ Write the content to a file, in two column format.""" -- cgit