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
don't ask me why but I've just ended up skimming the scratch code. I noticed this: sys.path.append("/home/150/scratch").
Therefore the code won't work if the user has no reading permission on /home/150, ie
he's not in the wheel group.
Maybe it's not a bug but a feature, in that case, close this issue.
Bye,
sbozzolo
The text was updated successfully, but these errors were encountered:
Hello,
don't ask me why but I've just ended up skimming the scratch code. I noticed this:
sys.path.append("/home/150/scratch")
.Therefore the code won't work if the user has no reading permission on
/home/150
, iehe's not in the wheel group.
Maybe it's not a bug but a feature, in that case, close this issue.
Bye,
sbozzolo
The text was updated successfully, but these errors were encountered: