[cpl-plugin-fors] 02/02: Use correct OCA file name
Ole Streicher
olebole-guest at moszumanska.debian.org
Sun Dec 1 11:40:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
olebole-guest pushed a commit to branch debian
in repository cpl-plugin-fors.
commit 4fc07f66e1acc9619167db1ce7536d7c5b937985
Author: Ole Streicher <debian at liska.ath.cx>
Date: Sun Dec 1 12:40:31 2013 +0100
Use correct OCA file name
---
debian/create_sphinx.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/create_sphinx.py b/debian/create_sphinx.py
index 4652488..c5609cc 100644
--- a/debian/create_sphinx.py
+++ b/debian/create_sphinx.py
@@ -136,7 +136,7 @@ pipeline = sys.argv[1]
cpl.Recipe.path = "recipes"
recipes = [ cpl.Recipe(name) for name, version in cpl.Recipe.list() ]
-oca = file(os.path.join("calib", "gasgano", "config", pipeline + ".oca")).read()
+oca = file(os.path.join("calib", "gasgano", "config", pipeline + "2.oca")).read()
oca = oca[oca.find("action"):]
recipes_oca = [recipe for recipe in recipes if recipe.__name__ in oca]
index = [ oca.find(recipe.__name__) for recipe in recipes_oca ]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-fors.git
More information about the debian-science-commits
mailing list