Skip to content

Commit 7abb9cc

Browse files
committed
PR Feedback
1 parent 0274b12 commit 7abb9cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/debugpy/server/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def parse_args_from_environment(seenFromCommandLine: set):
245245
seenFromEnvironment = set()
246246
parse_args_helper(argsList, seenFromCommandLine, seenFromEnvironment, True)
247247

248-
def parse_args_helper(args: list, seenFromCommandLine: set, seenFromEnvironment: set = None, isFromEnvironment=False):
248+
def parse_args_helper(args: list, seenFromCommandLine: set, seenFromEnvironment: set = set(), isFromEnvironment=False):
249249
iterator = consume_args(args)
250250

251251
while True:

0 commit comments

Comments
 (0)