Revision 13855
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/tnrs.py | ||
---|---|---|
68 | 68 |
download_request_template = ('7|0|6|'+url_base+ |
69 | 69 |
'|1E87C78041CEFBF0992F46BDF84D7D60|org.iplantc.tnrs.demo.client.SearchService|\ |
70 | 70 |
downloadRemoteResults|java.lang.String/2004016611|{"name":"tnrs_results.txt", \ |
71 |
"mode":"All", "type":"Detailed", "encoding":"utf8", "dirty":"true", \
|
|
71 |
"mode":"All", "type":"Detailed", "encoding":"utf8", "dirty":"false", \
|
|
72 | 72 |
"sources":"false", "taxonomic":"true", "email":"tnrs@lka5jjs.orv", \ |
73 | 73 |
"key":"[key]"}|1|2|3|4|1|5|6|') |
74 | 74 |
download_response_pattern = '^//OK\[1,\["(.*)"\],0,7\]$' |
Also available in: Unified diff
bugfix: lib/tnrs.py: download_request_template: fixed bug where multiple names were being marked as Selected, because dirty was incorrectly set to true unlike in the web app