You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if I'm alone or not - but I've had problems and had to change this line of code.
As you can see in the image, the path has missing /, so it couldn't pick a file in a directory. I just added this slash in the command in the script and then it ran.
commande=commande+" "+rep_mnt+"/"+fic_mnt+" "
The text was updated successfully, but these errors were encountered:
Start_maja/prepare_mnt/lib_mnt.py
Line 388 in d43d65c
I don't know if I'm alone or not - but I've had problems and had to change this line of code.
As you can see in the image, the path has missing
/
, so it couldn't pick a file in a directory. I just added this slash in the command in the script and then it ran.The text was updated successfully, but these errors were encountered: