[pykd_bootstrapper] fixed : "script not found" output

git-svn-id: https://pykd.svn.codeplex.com/svn@90975 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2016-04-11 11:57:43 +00:00 committed by Mikhail I. Izmestev
parent aa872e196f
commit f07eab51e2

View File

@ -515,7 +515,7 @@ py(
std::string scriptFileName = getScriptFileName(argsList[0]); std::string scriptFileName = getScriptFileName(argsList[0]);
if (scriptFileName.empty()) if (scriptFileName.empty())
throw std::invalid_argument("script not found"); throw std::invalid_argument("script not found\n");
// óñòàíàâèëèâàåì ïèòîíîâñêèå àðãóìåíòû // óñòàíàâèëèâàåì ïèòîíîâñêèå àðãóìåíòû
char **pythonArgs = new char*[argsList.size()]; char **pythonArgs = new char*[argsList.size()];