mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Drop a superfluous --.
This commit is contained in:
parent
22cf581d5c
commit
7c9dbad51e
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ def parse_args(argv=None):
|
|||
args = _parse_args(prog, supported)
|
||||
extra = pydevd
|
||||
if script:
|
||||
extra += ['--'] + script
|
||||
extra += script
|
||||
return args, extra
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue