Skip to content

Commit 099eb36

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)