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
gp-saml-gui assumes openconnect is in $PATH. If that is not the case, it's not possible to execute the command.
Would it be possible and advisable to append at least /sbin folder to $PATH using os.environ, so to handle this scenario? os.environ["PATH"] += os.pathsep + "/sbin"
The text was updated successfully, but these errors were encountered:
Forwarded from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084522
gp-saml-gui assumes openconnect is in $PATH. If that is not the case, it's not possible to execute the command.
Would it be possible and advisable to append at least /sbin folder to $PATH using os.environ, so to handle this scenario?
os.environ["PATH"] += os.pathsep + "/sbin"
The text was updated successfully, but these errors were encountered: