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
python3 bna new Traceback (most recent call last): File "bna", line 281, in <module> main() File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python3.7/dist-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) File "bna", line 189, in new ctx.obj.add_serial(serial, secret, set_default=set_default) File "bna", line 89, in add_serial self.set_secret(serial, secret) File "bna", line 136, in set_secret self.config.set(serial, "secret", secret) File "/usr/lib/python3.7/configparser.py", line 1197, in set self._validate_value_types(option=option, value=value) File "/usr/lib/python3.7/configparser.py", line 1182, in _validate_value_types raise TypeError("option values must be strings") TypeError: option values must be strings
The text was updated successfully, but these errors were encountered:
What are you running? I see you have a bna file locally but that seems like a mismatch.
bna
If you want to run the version from git, clone it locally and do pip install -e . in the bna directory, preferably in a virtualenv.
pip install -e .
Sorry, something went wrong.
possibly related to running it with py3.7 instead of py3.6
No branches or pull requests
The text was updated successfully, but these errors were encountered: