Disable image mode in ddrescue-tui (for now)
This commit is contained in:
parent
d781038e88
commit
a4ee7b890c
1 changed files with 7 additions and 0 deletions
|
|
@ -689,6 +689,13 @@ class State():
|
||||||
# Set mode
|
# Set mode
|
||||||
self.mode = set_mode(docopt_args)
|
self.mode = set_mode(docopt_args)
|
||||||
|
|
||||||
|
# Image mode is broken..
|
||||||
|
# TODO: Fix image mode
|
||||||
|
# Definitely for Linux, maybe for macOS
|
||||||
|
if self.mode == 'Image':
|
||||||
|
std.print_error("I'm sorry but image mode is currently broken...")
|
||||||
|
std.abort()
|
||||||
|
|
||||||
# Select source
|
# Select source
|
||||||
self.source = get_object(docopt_args['<source>'])
|
self.source = get_object(docopt_args['<source>'])
|
||||||
if not self.source:
|
if not self.source:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue