Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whipper offset find -o OFFSET not working #123

Closed
Falcon-1 opened this issue Feb 2, 2017 · 1 comment
Closed

whipper offset find -o OFFSET not working #123

Falcon-1 opened this issue Feb 2, 2017 · 1 comment
Labels
Expected Behaviour Bug report of intended functionality

Comments

@Falcon-1
Copy link

Falcon-1 commented Feb 2, 2017

Traceback (most recent call last):
File "/usr/local/bin/whipper", line 11, in
load_entry_point('whipper==0.4.2', 'console_scripts', 'whipper')()
File "/usr/local/lib/python2.7/dist-packages/whipper-0.4.2-py2.7.egg/morituri/command/main.py", line 30, in main
cmd = Whipper(sys.argv[1:], os.path.basename(sys.argv[0]), None)
File "/usr/local/lib/python2.7/dist-packages/whipper-0.4.2-py2.7.egg/morituri/command/basecommand.py", line 101, in init
self.options
File "/usr/local/lib/python2.7/dist-packages/whipper-0.4.2-py2.7.egg/morituri/command/basecommand.py", line 101, in init
self.options
File "/usr/local/lib/python2.7/dist-packages/whipper-0.4.2-py2.7.egg/morituri/command/basecommand.py", line 88, in init
self.handle_arguments()
File "/usr/local/lib/python2.7/dist-packages/whipper-0.4.2-py2.7.egg/morituri/command/offset.py", line 78, in handle_arguments
self._offsets.append(int(b))
ValueError: invalid literal for int() with base 10: 'OFFSET'

@JoeLametta JoeLametta added the Expected Behaviour Bug report of intended functionality label Feb 2, 2017
@JoeLametta
Copy link
Collaborator

Offset is a placeholder for a signed integer value appropriate for the drive you're using with whipper (instructions here).
I'll update whipper's README, adding a practical example, to make it clearer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expected Behaviour Bug report of intended functionality
Projects
None yet
Development

No branches or pull requests

2 participants