From eccb2f01634c571304ccafa9672d8ad9cb8b7946 Mon Sep 17 00:00:00 2001 From: thomwolf Date: Fri, 8 Feb 2019 11:05:20 +0100 Subject: [PATCH] hot fix --- examples/run_openai_gpt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/run_openai_gpt.py b/examples/run_openai_gpt.py index edee22af2b..9b6383fc08 100644 --- a/examples/run_openai_gpt.py +++ b/examples/run_openai_gpt.py @@ -108,7 +108,6 @@ def main(): # Some distant debugging # See https://code.visualstudio.com/docs/python/debugging#_attach-to-a-local-script import ptvsd - print(sys.argv) print("Waiting for debugger attach") ptvsd.enable_attach(address=(args.server_ip, args.server_port), redirect_output=True) ptvsd.wait_for_attach()