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

--create is broken #118

Closed
nicoboss opened this issue Sep 7, 2022 · 0 comments
Closed

--create is broken #118

nicoboss opened this issue Sep 7, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nicoboss
Copy link
Owner

nicoboss commented Sep 7, 2022

--create is broken as reported in #113 by @blacklein

python .\nsz.py --create out.nsp .\in\test.ncz
Creating "out.nsp"
        Repacking to NSP...
nut exception: 'Counter' object has no attribute 'write'
Traceback (most recent call last):
  File "C:\Users\Administrator\Documents\GitHub\nsz\nsz.py", line 18, in <module>
    nsz.main()
  File "C:\Users\Administrator\Documents\GitHub\nsz\nsz\__init__.py", line 148, in main
    nsp.pack(args.file)
  File "C:\Users\Administrator\Documents\GitHub\nsz\nsz\Fs\Nsp.py", line 384, in pack
    t.write('\t\tWriting header...')
AttributeError: 'Counter' object has no attribute 'write'
@nicoboss nicoboss self-assigned this Sep 7, 2022
@nicoboss nicoboss added the bug Something isn't working label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant