Skip to content

Commit

Permalink
Fix return type of _add_default_query_profile when query profile exis…
Browse files Browse the repository at this point in the history
…ts (#852)
  • Loading branch information
farshidz committed Jun 3, 2024
1 parent efb4ab3 commit 45517a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marqo/core/index_management/index_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def _add_default_query_profile(self, app: str) -> bool:
f.write(query_profile)

return True
pass
return False

def _add_schema(self, app: str, name: str, schema: str) -> None:
schema_path = os.path.join(app, 'schemas', f'{name}.sd')
Expand Down

0 comments on commit 45517a9

Please sign in to comment.