From 5fdfc76d57e3609b5f8f44e8baaa5eef7fb60667 Mon Sep 17 00:00:00 2001
From: Yohan Jarosz <yohanjarosz@yahoo.fr>
Date: Mon, 13 Apr 2015 10:18:17 +0200
Subject: [PATCH] fix #19

---
 rules/Preprocessing/master.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/Preprocessing/master.rules b/rules/Preprocessing/master.rules
index a164d64..31a49b7 100644
--- a/rules/Preprocessing/master.rules
+++ b/rules/Preprocessing/master.rules
@@ -86,6 +86,6 @@ rule PREPROCESSING:
     input:
         preprocessing_output_files()
     benchmark:
-        "benchmarks/Preprocessing/preprocessing.json"
+        "%s/benchmarks/Preprocessing/preprocessing.json" % P_OUT
     shell:
         "echo 'Preprocessing Done'"
-- 
GitLab