We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab21c9e commit 22944efCopy full SHA for 22944ef
src/pymsi/msi/media.py
@@ -25,7 +25,7 @@ def pretty_print(self, indent: int = 0):
25
print(" " * (indent + 2) + f"Last Sequence: {self.last_sequence}")
26
if self.disk_prompt:
27
print(" " * (indent + 2) + f"Disk Prompt: {self.disk_prompt}")
28
- if self.cabinet:
+ if self._cabinet:
29
print(" " * (indent + 2) + f"Cabinet: {self._cabinet}")
30
if self.volume_label:
31
print(" " * (indent + 2) + f"Volume Label: {self.volume_label}")
0 commit comments