Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing slash in file path #18

Open
fraunos opened this issue Oct 27, 2018 · 1 comment
Open

Missing slash in file path #18

fraunos opened this issue Oct 27, 2018 · 1 comment

Comments

@fraunos
Copy link

fraunos commented Oct 27, 2018

commande = commande + " " + rep_mnt + fic_mnt + " "

I don't know if I'm alone or not - but I've had problems and had to change this line of code.
image
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 + " " 
@fraunos
Copy link
Author

fraunos commented Oct 27, 2018

By the way, I'm using this prepare_mnt from this repo
http://tully.ups-tlse.fr/olivier/prepare_mnt/tree/master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant