Skip to content

Commit dcb6ed2

Browse files
npalaskaportante
authored andcommitted
fix extra trailing parantheses when gunicorn app starts
1 parent 315ce8f commit dcb6ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbench/cli/server/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ def main():
4141
"/run/pbench-server/gunicorn.pid",
4242
"--bind",
4343
f"{host}:{port}",
44-
"pbench.cli.server.shell:app())",
44+
"pbench.cli.server.shell:app()",
4545
]
4646
)

0 commit comments

Comments
 (0)