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

Bad error message #1

Open
icepic opened this issue Feb 28, 2022 · 1 comment
Open

Bad error message #1

icepic opened this issue Feb 28, 2022 · 1 comment

Comments

@icepic
Copy link

icepic commented Feb 28, 2022

If you leave out the destination name, the parser picks the wrong "filename" part to complain about:

python3 ~/c64/src/TSCrunch/tscrunch.py -x '$080d' hires.prg
Traceback (most recent call last):
  File "/Users/jj/c64/src/TSCrunch/tscrunch.py", line 483, in <module>
    fr = open(sys.argv[-2],"rb")
FileNotFoundError: [Errno 2] No such file or directory: '$080d'

if I (correctly) set the output name:

python3 ~/c64/src/TSCrunch/tscrunch.py -x '$080d' hires.prg hires.out
populating LZ layer
closing gaps

Nice program though!

@tonysavon
Copy link
Owner

tonysavon commented Feb 28, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants