From e9cc8f7c5027a49f4fa61e1332b31c5b0b8b180a Mon Sep 17 00:00:00 2001 From: Alexandre Iooss <erdnaxe@crans.org> Date: Thu, 7 May 2020 16:29:12 +0200 Subject: [PATCH] Fix edit file --- cpasswords/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpasswords/client.py b/cpasswords/client.py index 785075d..5bccfd0 100755 --- a/cpasswords/client.py +++ b/cpasswords/client.py @@ -457,7 +457,7 @@ def edit_file(options): file_exist, value = get_file(options, options.filename) # fetch my roles from server - my_roles, _ = get_my_roles(options) + my_roles, _a = get_my_roles(options) nfile = False comments = "" -- GitLab