Skip to content

Commit

Permalink
Add log.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Mar 26, 2024
1 parent 8be3f5b commit 76aed54
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ private RefactoringStatus checkFunctions(IProgressMonitor monitor) throws Operat
for (IProject project : projectToFunctions.keySet()) {
// create the analysis engine for the project.
List<File> pythonPath = getPythonPath(project);
LOG.info("PYTHONPATH for " + project + " is: " + pythonPath + ".");

EclipsePythonProjectTensorAnalysisEngine engine = new EclipsePythonProjectTensorAnalysisEngine(project, pythonPath);

// build the call graph for the project.
Expand Down

0 comments on commit 76aed54

Please sign in to comment.