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
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.
output_path
It was, however, present one commit before.
What should I do to get the same output as before, using the new version?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the example code:
I receive the following error:
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?
The text was updated successfully, but these errors were encountered: