changeset 42:b1f5d42bb93b

change export file extension to "tab"
author casties
date Thu, 31 Oct 2013 14:18:08 +0100
parents 9a23640f7f49
children f863fe7dc4e5
files MPIWGThesaurus.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MPIWGThesaurus.py	Wed Oct 30 17:43:03 2013 +0100
+++ b/MPIWGThesaurus.py	Thu Oct 31 14:18:08 2013 +0100
@@ -359,7 +359,7 @@
             retList.append("\t".join(retProj))
         
         if RESPONSE:            
-            RESPONSE.setHeader('Content-Disposition','attachment; filename="ProjectsAndTags.tsv"')
+            RESPONSE.setHeader('Content-Disposition','attachment; filename="ProjectsAndTags.tab"')
             RESPONSE.setHeader('Content-Type', "application/octet-stream")
       
         return "\n".join(retList);