diff options
author | Puneeth Chaganti | 2011-05-19 15:28:32 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-05-19 15:28:32 +0530 |
commit | 6d35ad9126a3bf0a9d584674628b3677c0da1e51 (patch) | |
tree | a488b87716a92002253bd679060ebcfbf2c3bd93 | |
parent | bb61068c0b28d166a9efab5ed6a541d118886138 (diff) | |
download | st-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-x | two_column.py | 1 |
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.""" |