diff --git a/search_file.py b/search_file.py index 0ad8d84..42e07b5 100644 --- a/search_file.py +++ b/search_file.py @@ -37,7 +37,7 @@ def select_path(filename, paths): print(f"Multiple matches found for {filename}") print("Please select target:") print_num_list(paths) - c = input(f"Please select file to link to: (1-{l})") + c = input(f"Please select file to link to: (1-{l}) ") return paths[int(c)-1] def search_file(filename, path):