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

Error with decompile_replay #265

Open
Rulerofzeworld opened this issue Oct 2, 2021 · 0 comments
Open

Error with decompile_replay #265

Rulerofzeworld opened this issue Oct 2, 2021 · 0 comments

Comments

@Rulerofzeworld
Copy link

When running the example code:

import carball
_json = carball.decompile_replay('9EB5E5814D73F55B51A1BD9664D4CBF3.replay', 
                                output_path='9EB5E5814D73F55B51A1BD9664D4CBF3.json', 
                                overwrite=True)

I receive the following error:

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    _json = carball.decompile_replay('9EB5E5814D73F55B51A1BD9664D4CBF3.replay',
TypeError: decompile_replay() got an unexpected keyword argument 'output_path'

Looking at the code in decompile_replays.py, the function has no output_path variable.

It was, however, present one commit before.

What should I do to get the same output as before, using the new version?

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

1 participant