Skip to content

Commit

Permalink
Add log.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Apr 8, 2024
1 parent 6cc6742 commit c5f1e13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public CAstNode visitImportFrom(ImportFrom importFrom) throws Exception {

if (isLocalModule(moduleName)) {
List<File> pythonPath = PythonModuleParser.this.getPythonPath();
LOGGER.info("PYTHONPATH is: " + pythonPath + ".");

// If there is a PYTHONPATH specified.
if (pythonPath != null && !pythonPath.isEmpty()) {
Expand Down

0 comments on commit c5f1e13

Please sign in to comment.