Changeset: 9f8941ce3adf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f8941ce3adf
Modified Files:
        monetdb5/NT/M5server.bat
Branch: pythonudf
Log Message:

Look for file in correct location.


diffs (14 lines):

diff --git a/monetdb5/NT/M5server.bat b/monetdb5/NT/M5server.bat
--- a/monetdb5/NT/M5server.bat
+++ b/monetdb5/NT/M5server.bat
@@ -41,8 +41,8 @@ rmdir "%MONETDBDIR%\sql_logs"
 
 set MONETDBPYTHONUDF="embedded_py=false"
 
-if not exist "pyapi_locatepython.bat" goto skippython
-call pyapi_locatepython.bat
+if not exist "%MONETDB%\pyapi_locatepython.bat" goto skippython
+call "%MONETDB%\pyapi_locatepython.bat"
 :skippython
 
 rem start the real server
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to