We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Each time I try to send output to file, I get the error "File not open for reading". Here is examples:
$ mktoc -w *.wav toc_file.toc File not open for reading $
$ mktoc -f CDImage.wav.cue -o CDImage.toc File not open for reading $
$ mktoc "CDImage.wav.cue" "CDImage.toc" File not open for reading $
$ mktoc --version mktoc 1.3 $
The first three are just showing I tried a few methods and the second to show all is installed and version.
The text was updated successfully, but these errors were encountered:
Thanks for the report. What system are you running on and what is your python version?
Sorry, something went wrong.
$ lsb_release -rd Description: Ubuntu Bionic Beaver (development branch) Release: 18.04
$ python --version Python 2.7.15rc1
No branches or pull requests
Each time I try to send output to file, I get the error "File not open for reading". Here is examples:
$ mktoc -w *.wav toc_file.toc
File not open for reading
$
$ mktoc -f CDImage.wav.cue -o CDImage.toc
File not open for reading
$
$ mktoc "CDImage.wav.cue" "CDImage.toc"
File not open for reading
$
$ mktoc --version
mktoc 1.3
$
The first three are just showing I tried a few methods and the second to show all is installed and version.
The text was updated successfully, but these errors were encountered: