Skip to content

Commit

Permalink
Update search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Apr 2, 2024
1 parent ee50394 commit 10aa586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woudc_data_registry/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ def generate_index_name(self, index_name):
"""

if self.index_basename is not None:
return 'f{self.index_basename}.{index_name}'
return f'{self.index_basename}.{index_name}'

return index_name

Expand Down

0 comments on commit 10aa586

Please sign in to comment.