mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05: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 )
|
||||
m_description.truncate( i_newline );
|
||||
cDebug() << "Job" << prettyName() << "->" << m_description;
|
||||
emit progress( 0 );
|
||||
}
|
||||
|
||||
bp::object runResult = entryPoint();
|
||||
|
|
Loading…
Add table
Reference in a new issue