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
The signac config verify CLI command is currently broken, as was discovered during the implementation of #300 .
signac config verify
Execute signac config verify on the command line.
~/local/signac $ signac --debug config verify DEBUG:signac.common.config:Reading config file '/Users/csadorf/.signacrc'. DEBUG:signac.common.validate:Install pymongo to validate database configurations! # ... omitting many repeats of the above message DEBUG:signac.common.config:Config file '/Users/csadorf/.signacrc' may contain invalid values. DEBUG:signac.common.config:Reached filesystem root. Error: validate() got an unexpected keyword argument 'skip_missing' Traceback (most recent call last): File "/Users/csadorf/miniconda3/envs/signac-dev/bin/signac", line 11, in <module> load_entry_point('signac', 'console_scripts', 'signac')() File "/Users/csadorf/local/signac/signac/__main__.py", line 1835, in main args.func(args) File "/Users/csadorf/local/signac/signac/__main__.py", line 809, in main_config_verify verify_config(cfg) File "/Users/csadorf/local/signac/signac/__main__.py", line 721, in verify_config verification = cfg.verify( File "/Users/csadorf/local/signac/signac/common/config.py", line 133, in verify return super(Config, self).validate(validator, *args, **kwargs) TypeError: validate() got an unexpected keyword argument 'skip_missing'
If possible, copy any terminal outputs or attach screenshots that provide additional information on the problem.
macOS-10.11.6-x86_64-i386-64bit 3.8.1 | packaged by conda-forge | (default, Jan 29 2020, 15:06:10) [Clang 9.0.1 ] 1.4.0
The text was updated successfully, but these errors were encountered:
Fix import and call related to 'configob.verify'.
0489093
Fixes issue #301.
Fix import and call related to 'configob.verify'. (#302)
f60bef3
* Fix import and call related to 'configob.verify'. Fixes issue #301. * Update changelog.
csadorf
Successfully merging a pull request may close this issue.
Description
The
signac config verify
CLI command is currently broken, as was discovered during the implementation of #300 .To reproduce
Execute
signac config verify
on the command line.Error output
If possible, copy any terminal outputs or attach screenshots that provide additional information on the problem.
System configuration
The text was updated successfully, but these errors were encountered: