mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04: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() )
|
if ( m_queue.isEmpty() )
|
||||||
{
|
{
|
||||||
m_config->setStatus( Config::Status::FailedNoData );
|
|
||||||
emit done();
|
emit done();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue