Skip to content

Commit

Permalink
GH #755 - Flake8 cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Nov 8, 2024
1 parent cac2e4f commit 7444076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/zato-common/src/zato/common/ipc/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def start_server(

server_type_suffix = f':{pid}'

IPCServer.start(
IPCServer.start_from_repo_location(
base_dir=base_dir,
bind_host=bind_host,
bind_port=bind_port,
Expand Down

0 comments on commit 7444076

Please sign in to comment.