summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtwo_column.py1
1 files changed, 1 insertions, 0 deletions
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."""