SL-18837: Fix spurious semi

master
Nat Goodspeed 2023-07-07 19:48:02 -04:00
parent 8f81e1fa87
commit 8aa3a0a7ed
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ struct PythonProcessLauncher
mPy = LLProcess::create(mParams);
tut::ensure(STRINGIZE("Couldn't launch " << mDesc << " script"), bool(mPy));
}
catch (const tut::failure& err);
catch (const tut::failure& err)
{
std::ifstream inf(logpath.c_str());
if (! inf.is_open())