Fix variable misnaming
This commit is contained in:
parent
1cb66c8834
commit
c53d4e50b7
@ -42,4 +42,4 @@ def select_file_with_fzf(files):
|
||||
except subprocess.CalledProcessError as e:
|
||||
raise FZFError(error.NO_FILE_SELECTED_MESSAGE) from e
|
||||
else:
|
||||
return Path(selected_file.stdout.decode(LOCALE).strip("\x00"))
|
||||
return Path(output.stdout.decode(LOCALE).strip("\x00"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user