8000 Fixes TypeError: '>=' not supported between instances of (#252) · python-lsp/python-lsp-server@099eb36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 099eb36

Browse files
evandrocoangatesn
authored andcommitted
Fixes TypeError: '>=' not supported between instances of (#252)
1 parent ff796f8 commit 099eb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def main():
4848
parser = argparse.ArgumentParser()
4949
add_arguments(parser)
5050
args = parser.parse_args()
51-
_configure_logger(args)
51+
_configure_logger(args.verbose, args.log_config, args.log_file)
5252

5353
if args.tcp:
5454
language_server.start_tcp_lang_server(args.host, args.port, PythonLanguageServer)

0 commit comments

Comments
 (0)
0