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
verbosity
When running ./ots info foo.ots I get this exception:
./ots info foo.ots
File sha256 hash: 2b1d2e7d12b239beec8d02379e32ad974383c357c0b96ba301ef89af142a6de0 Timestamp: Traceback (most recent call last): File "./ots", line 36, in <module> args.cmd_func(args) File "D:\Work\ots-client.git\otsclient\cmds.py", line 501, in info_command print(detached_timestamp.timestamp.str_tree(verbosity=args.verbosity)) TypeError: str_tree() got an unexpected keyword argument 'verbosity'```
The text was updated successfully, but these errors were encountered:
Huh, that's really odd... What's your PYTHONPATH?
Sounds like your setup is somehow using the incorrect python-opentimestamps version.
Sorry, something went wrong.
No branches or pull requests
When running
./ots info foo.ots
I get this exception:The text was updated successfully, but these errors were encountered: