summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-05-19 15:28:32 +0530
committerPuneeth Chaganti2011-05-19 15:28:32 +0530
commit6d35ad9126a3bf0a9d584674628b3677c0da1e51 (patch)
treea488b87716a92002253bd679060ebcfbf2c3bd93
parentbb61068c0b28d166a9efab5ed6a541d118886138 (diff)
downloadst-scripts-6d35ad9126a3bf0a9d584674628b3677c0da1e51.tar.gz
st-scripts-6d35ad9126a3bf0a9d584674628b3677c0da1e51.tar.bz2
st-scripts-6d35ad9126a3bf0a9d584674628b3677c0da1e51.zip
BUG: Contents of the last cell missed by two_column.py.
-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."""