We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1085e commit 2c2d5cfCopy full SHA for 2c2d5cf
ynh-dev
@@ -583,7 +583,7 @@ function run_debug() {
583
apt install -y python3-debugpy
584
fi
585
yunohost firewall allow Both 5678 -4 > /dev/null 2> /dev/null
586
- python3 -Xfrozen_modules=off -m debugpy --listen 0.0.0.0:5678 --wait-for-client /usr/bin/$@
+ python3 -Xfrozen_modules=off -m debugpy --listen 0.0.0.0:5678 --wait-for-client "/usr/bin/$@"
587
}
588
589
function catalog()
0 commit comments