mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Python: at beginning of job, if pretty status has changed, emit progress to update it in the UI.
This commit is contained in:
parent
fcde28ca9d
commit
34b96148ae
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ PythonJob::exec()
|
||||||
if ( i_newline > 0 )
|
if ( i_newline > 0 )
|
||||||
m_description.truncate( i_newline );
|
m_description.truncate( i_newline );
|
||||||
cDebug() << "Job" << prettyName() << "->" << m_description;
|
cDebug() << "Job" << prettyName() << "->" << m_description;
|
||||||
|
emit progress( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
bp::object runResult = entryPoint();
|
bp::object runResult = entryPoint();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue