Skip to content

Commit

Permalink
Fix KHIOPS_DRIVERS_PATH environment variable display
Browse files Browse the repository at this point in the history
  • Loading branch information
popescu-v committed Nov 6, 2024
1 parent d333616 commit c87ab45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/windows/khiops_env.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ echo KHIOPS_PROC_NUMBER %KHIOPS_PROC_NUMBER%
echo KHIOPS_TMP_DIR %KHIOPS_TMP_DIR%
echo KHIOPS_MEMORY_LIMIT %KHIOPS_MEMORY_LIMIT%
echo KHIOPS_RAW_GUI %KHIOPS_RAW_GUI%
echo KHIOPS_DRIVERS_PATH%KHIOPS_DRIVERS_PATH%
echo KHIOPS_DRIVERS_PATH %KHIOPS_DRIVERS_PATH%
echo KHIOPS_JAVA_ERROR %KHIOPS_JAVA_ERROR%
echo KHIOPS_MPI_ERROR %KHIOPS_MPI_ERROR%
endlocal
Expand Down

0 comments on commit c87ab45

Please sign in to comment.