You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/dkay/.local/bin/sops", line 8, in <module>
sys.exit(main())
File "/home/dkay/.local/lib/python3.9/site-packages/sops/__init__.py", line 236, in main
tree, need_key, existing_file = initialize_tree(args.file, itype,
File "/home/dkay/.local/lib/python3.9/site-packages/sops/__init__.py", line 466, in initialize_tree
tree, need_key = verify_or_create_sops_branch(tree, kms_arns, pgp_fps,
File "/home/dkay/.local/lib/python3.9/site-packages/sops/__init__.py", line 604, in verify_or_create_sops_branch
config = find_config_for_file(path, configloc)
File "/home/dkay/.local/lib/python3.9/site-packages/sops/__init__.py", line 517, in find_config_for_file
filename = os.path.basename(filename)
File "/usr/lib/python3.9/posixpath.py", line 142, in basename
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Do I need to install a python dependency or something?
The text was updated successfully, but these errors were encountered:
Every time I run
sops secrets/.sops.yaml
I getDo I need to install a python dependency or something?
The text was updated successfully, but these errors were encountered: