Don't accidentally transform an object into a tuple.
authorDiane Trout <diane@caltech.edu>
Wed, 9 Jan 2013 00:03:34 +0000 (16:03 -0800)
committerDiane Trout <diane@caltech.edu>
Wed, 9 Jan 2013 00:03:34 +0000 (16:03 -0800)
commit6824b9a5bd9eaeb092caf9b9fcb8afe1f4cdda96
tree983dc40e5dd3a329f222499bc8610aaa52de977d
parenta1d3a0155a6cb8eb31cf6ff7dce3fe0cc6b79dbc
Don't accidentally transform an object into a tuple.

I had an extra ',' that was turning a simple assignment
into assignment of a tuple containing the variable I was expecting.
needless to say this cause trouble.
htsworkflow/frontend/samples/changelist.py