mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
PR Feedback
This commit is contained in:
parent
0274b12d5c
commit
7abb9cc537
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ def parse_args_from_environment(seenFromCommandLine: set):
|
|||
seenFromEnvironment = set()
|
||||
parse_args_helper(argsList, seenFromCommandLine, seenFromEnvironment, True)
|
||||
|
||||
def parse_args_helper(args: list, seenFromCommandLine: set, seenFromEnvironment: set = None, isFromEnvironment=False):
|
||||
def parse_args_helper(args: list, seenFromCommandLine: set, seenFromEnvironment: set = set(), isFromEnvironment=False):
|
||||
iterator = consume_args(args)
|
||||
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue