mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[netinstall] Leave the last status on the queue
- Reaching the end means there's no data, but leave the last load result (presumably bad-something) around rather than overwriting.
This commit is contained in:
parent
bd2fb552b5
commit
850825f70f
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ LoaderQueue::fetchNext()
|
|||
{
|
||||
if ( m_queue.isEmpty() )
|
||||
{
|
||||
m_config->setStatus( Config::Status::FailedNoData );
|
||||
emit done();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue