Was forcing everyone on ToT to use the PythonOSPlugin.. my bad
llvm-svn: 162519
This commit is contained in:
@@ -56,7 +56,7 @@ OperatingSystem *
|
||||
OperatingSystemPython::CreateInstance (Process *process, bool force)
|
||||
{
|
||||
// Python OperatingSystem plug-ins must be requested by name, so force must be true
|
||||
//if (force)
|
||||
if (force)
|
||||
return new OperatingSystemPython (process);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user