direntry parser wasn't eating a trailing newline
authorDiane Trout <diane@caltech.edu>
Sun, 30 Dec 2007 23:47:11 +0000 (23:47 +0000)
committerDiane Trout <diane@caltech.edu>
Sun, 30 Dec 2007 23:47:11 +0000 (23:47 +0000)
commit8c5dcf6278ada95a506f4b1b6cfb7074a2aa8df7
treef4c9d9dfa6e2621a1c8524920e17ba41bc23c155
parent10edfbdf6991735c8711cf6c3d7418a60384dd43
direntry parser wasn't eating a trailing newline
This patch assumes that there always will be a single trailing whitespace
character to handle, on the off chance that someone will make a
horrific filename with trailing whitespace.

e.g. filename = "oh why do you do this..   "
gaworkflow/copier.py
test/test_copier.py