forked from OSchip/llvm-project
Test commit. Having trouble committing from one machine but not
another, attempting to fix it. llvm-svn: 213413
This commit is contained in:
parent
053a68688a
commit
be9c423b95
|
@ -2443,7 +2443,7 @@ ScriptInterpreterPython::RunScriptBasedCommand(const char* impl_function,
|
|||
bool ret_val = false;
|
||||
|
||||
std::string err_msg;
|
||||
|
||||
|
||||
{
|
||||
Locker py_lock(this,
|
||||
Locker::AcquireLock | Locker::InitSession | (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN),
|
||||
|
|
Loading…
Reference in New Issue