[Pkg-debile-commits] [debile-slave] 16/28: fix: remove hard coded config file
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Aug 19 14:55:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
sylvestre pushed a commit to branch master
in repository debile-slave.
commit 939d16980cc6017e82525d2102994181a4e79b40
Author: Matthieu Caneill <matthieu.caneill42 at gmail.com>
Date: Thu Aug 15 17:17:14 2013 +0200
fix: remove hard coded config file
---
ethel/runners/coccinelle.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ethel/runners/coccinelle.py b/ethel/runners/coccinelle.py
index d8f94b3..0a6285c 100644
--- a/ethel/runners/coccinelle.py
+++ b/ethel/runners/coccinelle.py
@@ -5,7 +5,7 @@ import os
import glob
def list_semantic_patches():
- config = load(location="/home/matthieu/work/debian/ethel/config.ini")
+ config = load()
print config["coccinelle_patches_folder"]
return glob.iglob(config["coccinelle_patches_folder"] + "*/*.cocci")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git
More information about the Pkg-debile-commits
mailing list