Przeglądaj źródła

chore: Remove f prefix on plain string

version-14
Gavin D'souza 4 lat temu
rodzic
commit
134b2dcd5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/search/website_search.py

+ 1
- 1
frappe/search/website_search.py Wyświetl plik

@@ -40,7 +40,7 @@ class WebsiteSearch(FullTextSearch):
self._items_to_index = [] self._items_to_index = []


for i, route in enumerate(routes): for i, route in enumerate(routes):
update_progress_bar(f"Retrieving Routes", i, len(routes))
update_progress_bar("Retrieving Routes", i, len(routes))
self._items_to_index += [self.get_document_to_index(route)] self._items_to_index += [self.get_document_to_index(route)]


print() print()


Ładowanie…
Anuluj
Zapisz