Skip to content
Snippets Groups Projects
Commit a9c39a49 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

context -> contextUri

parent 533df33b
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ object RepoTagsNormalizer extends ExternalNormalizerGenerator( ...@@ -50,7 +50,7 @@ object RepoTagsNormalizer extends ExternalNormalizerGenerator(
context = "calculation_context", context = "calculation_context",
filter = query.CompiledQuery(query.QueryExpression("program_name and atom_positions"), meta.KnownMetaInfoEnvs.all), filter = query.CompiledQuery(query.QueryExpression("program_name and atom_positions"), meta.KnownMetaInfoEnvs.all),
cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/normalizers/repo-tags/normalizer/normalizer-repo-tags/calculate_repo_tags.py", cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/normalizers/repo-tags/normalizer/normalizer-repo-tags/calculate_repo_tags.py",
"${context}", "${archivePath}"), "${contextUri}", "${archivePath}"),
resList = Seq( resList = Seq(
"normalizer-repo-tags/calculate_repo_tags.py", "normalizer-repo-tags/calculate_repo_tags.py",
"normalizer-repo-tags/setup_paths.py", "normalizer-repo-tags/setup_paths.py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment