https://bugs.kde.org/show_bug.cgi?id=480959

--- Comment #2 from Andrius Štikonas <andr...@stikonas.eu> ---
if (sfdiskJsonCommand.exitCode() != 0) {
  scanWholeDevicePartition(*d);

  return d;
}

no longer works as intended. Maybe sfdisk used to return non-zero exit code for
whole device partitions but now it returns 0. We should just run that whole
device scan if no partitiontable.partitions section is found in the output of
sfdisk --json

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to