Error when trying to undeploy non-existing user
Traceback (most recent call last):
File "/home/diana/workspace/ssh-oidc/venv/bin/feudal-adapter", line 10, in <module>
sys.exit(main())
File "/home/diana/workspace/ssh-oidc/venv/lib/python3.9/site-packages/ldf_adapter/interface.py", line 35, in main
result = User(data).reach_state(data['state_target'])
File "/home/diana/workspace/ssh-oidc/venv/lib/python3.9/site-packages/ldf_adapter/__init__.py", line 175, in reach_state
return self.undeploy()
File "/home/diana/workspace/ssh-oidc/venv/lib/python3.9/site-packages/ldf_adapter/__init__.py", line 218, in undeploy
was_removed = self.ensure_dosent_exist()
File "/home/diana/workspace/ssh-oidc/venv/lib/python3.9/site-packages/ldf_adapter/__init__.py", line 351, in ensure_dosent_exist
logger.debug('No user for {unique_id} did exist. Nothing to do.'.format(**self.data))
TypeError: str.format() got multiple values for keyword argument 'name'