mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[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:
parent
aa872e196f
commit
f07eab51e2
@ -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()];
|
||||||
|
Loading…
Reference in New Issue
Block a user