Skip to content
Snippets Groups Projects
Commit d6d8e735 authored by Adriaan de Groot's avatar Adriaan de Groot Committed by Philip
Browse files

Python: at beginning of job, if pretty status has changed, emit progress to update it in the UI.

parent b29643d4
No related branches found
No related tags found
No related merge requests found
......@@ -306,6 +306,7 @@ PythonJob::exec()
if ( i_newline > 0 )
m_description.truncate( i_newline );
cDebug() << "Job" << prettyName() << "->" << m_description;
emit progress( 0 );
}
bp::object runResult = entryPoint();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment