add space after prompt in search_file
This commit is contained in:
@@ -37,7 +37,7 @@ def select_path(filename, paths):
|
|||||||
print(f"Multiple matches found for {filename}")
|
print(f"Multiple matches found for {filename}")
|
||||||
print("Please select target:")
|
print("Please select target:")
|
||||||
print_num_list(paths)
|
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]
|
return paths[int(c)-1]
|
||||||
|
|
||||||
def search_file(filename, path):
|
def search_file(filename, path):
|
||||||
|
|||||||
Reference in New Issue
Block a user