diff --git a/edlclient/Library/firehose_client.py b/edlclient/Library/firehose_client.py index dab84b0..24de6db 100644 --- a/edlclient/Library/firehose_client.py +++ b/edlclient/Library/firehose_client.py @@ -734,9 +734,9 @@ def handle_firehose(self, cmd, options): for lun in fpartitions: for partition in fpartitions[lun]: if self.cfg.MemoryName == "emmc": - self.error("\t" + partition.name) + self.error("\t" + partition) else: - self.error(lun + ":\t" + partition.name) + self.error(lun + ":\t" + partition) if bad: return False else: