Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadinet authored and axsaucedo committed Apr 7, 2021
1 parent 5b13d45 commit 5a9b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/seldon_core/microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def main():
user_class = getattr(interface_file, parts[1])

if args.persistence:
logger.error(f"persistence: ignored, persistence is deprecated")
logger.error(f"Persistence: ignored, persistence is deprecated")
user_object = user_class(**parameters)

http_port = args.http_port
Expand Down

0 comments on commit 5a9b9dc

Please sign in to comment.