Skip to content

Commit

Permalink
Merge branch 'ershi/update_debug_example' into 'master'
Browse files Browse the repository at this point in the history
Address deprecation warning in walkthrough_debug.py

See merge request omniverse/warp!499
  • Loading branch information
shi-eric committed May 16, 2024
2 parents 7457221 + 92c1681 commit a96d8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp/tests/walkthrough_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"name": "Python: Current File",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
Expand Down

0 comments on commit a96d8bc

Please sign in to comment.