From 2be4f2d7c5f1be96d966187c6aeb05a4792b37e1 Mon Sep 17 00:00:00 2001
From: Lilian Gasser <gasserli@ethz.ch>
Date: Tue, 22 Jan 2019 17:32:02 +0100
Subject: [PATCH] minor changes

---
 src/python/run_extract_discussions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python/run_extract_discussions.py b/src/python/run_extract_discussions.py
index 86ae417f..02fdbed7 100644
--- a/src/python/run_extract_discussions.py
+++ b/src/python/run_extract_discussions.py
@@ -113,7 +113,7 @@ utils_proc.compress_tar(output_annotatedxml)
 
 #%%
 # to test for one file
-file_tarpath = './1971/20000619_datacorr.xml'
+file_tarpath = './1971/20000323_datacorr.xml'
 
 id_doc = file_tarpath.split('/')[-1][:8]
 
-- 
GitLab