Test commit. Having trouble committing from one machine but not

another, attempting to fix it.

llvm-svn: 213413
This commit is contained in:
Zachary Turner 2014-07-18 21:06:51 +00:00
parent 053a68688a
commit be9c423b95
1 changed files with 1 additions and 1 deletions

View File

@ -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),