You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
as I already stated in some mash-up issue earlier, when whipper starts reading the TOC, it may seems frozen/stuck to profanes, so some message would be quite helpful. Here's some patch I made (bear with it, I don't know Python) that should get the idea across:
diff --git a/whipper/command/cd.py b/whipper/command/cd.py
index e467540..8aaea48 100644
--- a/whipper/command/cd.py
+++ b/whipper/command/cd.py
@@ -98,6 +98,7 @@ class _CD(BaseCommand):
utils.unmount_device(self.device)
# first, read the normal TOC, which is fast
+ sys.stdout.write("Reading TOC...")
self.ittoc = self.program.getFastToc(self.runner, self.device)
# already show us some info based on this
The text was updated successfully, but these errors were encountered:
Hello,
as I already stated in some mash-up issue earlier, when whipper starts reading the TOC, it may seems frozen/stuck to profanes, so some message would be quite helpful. Here's some patch I made (bear with it, I don't know Python) that should get the idea across:
The text was updated successfully, but these errors were encountered: