Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Mar 13, 2024
1 parent 9a16072 commit a823fcf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,12 @@ public void runPython( final String... args ) throws IOException, InterruptedExc
}

/**
* TODO stop process if the thread is interrupted, same as with mamba, look for runmamna method for example
* TODO stop process if the thread is interrupted, same as with mamba, look for runmamna method for example
* TODO stop process if the thread is interrupted, same as with mamba, look for runmamna method for example
* TODO stop process if the thread is interrupted, same as with mamba, look for runmamna method for example
* TODO stop process if the thread is interrupted, same as with mamba, look for runmamna method for example
*
* Run a Python command in the specified environment. This method automatically
* sets environment variables associated with the specified environment. In
* Windows, this method also sets the {@code PATH} environment variable so that
Expand Down

0 comments on commit a823fcf

Please sign in to comment.